#Maintainer: Ejis #Mandatory category=extra/d pkgname=lv2-c++-tools pkgver=1.0.2 pkgrel=1 zenver=62 arch=i686 source=("http://download.savannah.nongnu.org/releases/ll-plugins/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "This software package contains libraries and programs that should make" "it easier to write LV2 plugins. You can generate HTML API" "documentation by running 'doxygen' in the top level of the source" "tree." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make -j2 || return 1 make DESTDIR=$startdir/pkg install rm -rf $startdir/pkg/usr/share/doc } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://www.nongnu.org/ll-plugins/hacking.html" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}