[arch-general] libgrss, new to archlinux PKGBUILD

andrew james andrew at systemssingular.com
Sat Apr 24 21:17:31 CEST 2010


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
}


More information about the arch-general mailing list