#Maintainer: Ejis #Mandatory pkgname=liblrdf pkgver=0.4.0 pkgrel=1 zenver=54 arch=i486 source=("http://downloads.sourceforge.net/lrdf/$pkgname-$pkgver.tar.gz") #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Lightweight RDF" "A lightweight RDF library with special support for" "LADSPA plugins. " ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://sourceforge.net/projects/lrdf/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}