#Maintainer: Ejis #Mandatory pkgname=aubio pkgver=0.3.2 pkgrel=1 zenver=54 arch=i486 source=("http://aubio.org/pub/$pkgname-$pkgver.tar.gz") #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - A library for audio labelling" "aubio is a library for audio labelling. Its features" "include segmenting a sound file before each of its attacks," "performing pitch detection, tapping the beat and producing" "midi streams from live audio. The name aubio comes from" "'audio' with a typo: several transcription errors are" "likely to be found in the results too." ) 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://aubio.org/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}