Andrea Scarpino wrote:
On Saturday 24 April 2010 21:17:31 andrew james wrote:
low is a PKGBUILD that builds libgrss. the library was found as an
optional dependency with tracker.
Hi,
first, tracker is in [community], so please report community-packages stuff on
[aur-general] mailing list.
In second, this is not the proper way to report missing dependence. Please fill
a bug report on flyspray (in the Community Packages project), and we will
assign the bug to the tracker maintainer.
Thanks
CC'ing aur-general
more to the message was the PKGBUILD, any comments ?
full message
low is a PKGBUILD that builds libgrss. the library was
found as an optional dependency with tracker.
http://live.gnome.org/Libgrss/
current vers 0.4.0
# Maintainer: andrew james <andrew at systemssingular com>
pkgname=libgrss
pkgver=0.4.0
pkgrel=1
pkgdesc="A library to ease management of RSS/Atom/Pie feeds"
arch=('i686' 'x86_64')
url="http://live.gnome.org/Libgrss/"
license=('LGPL3')
depends=('glib' 'libxml2' 'libsoup')
source=(http://gtk.mplat.es/libgrss/tarballs/$pkgname-$pkgver.tar.gz)
md5sums=('c145ce89a8287519e6366ce9c3c15de7')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install
}