#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gir-repository pkgver=0.6.5 zenver=64 pkgrel=1 arch=i686 source=("http://ftp.gnome.org/pub/gnome/sources/gir-repository/0.6/gir-repository-0.6.5.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/gnome/sources/gir-repository/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') #conflict with gst-plugins-bad slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "The gir-repository is a repository of GIR interface description files." "This package is a gir-repository: repository of GIR interface" "description files until the project gir-repository: matures and" "these files eventually migrate upstream." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }