22 lines
740 B
Plaintext
22 lines
740 B
Plaintext
# Template file for 'gnome-online-miners'
|
|
pkgname=gnome-online-miners
|
|
version=3.10.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection"
|
|
makedepends="libzapojit-devel>=0.0.3_3 libgdata-devel>=0.14 grilo-devel tracker-devel"
|
|
short_desc="GNOME service that crawls through your online content"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=38c9e60cf56b6d0ec32e972256268d6038d15e32521a91aede1ec168f5e31cd9
|
|
|
|
gnome-online-miners_package() {
|
|
depends="libzapojit>=0.0.3_3 libgdata>=0.14"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|