#Maintainer: Ejis #Mandatory category=extra/xap pkgname=vocoder-jack pkgver=0.29 pkgrel=1 zenver=62 arch=i686 source=("http://www.sirlab.de/linux/download/$pkgname-$pkgver.tar.gz" "$pkgname.png" "$pkgname.patch") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - Standalone JACK version of Vocoder" "This is the new standalone JACK (Jack Audio Connection Kit)" "version of vocoder. It's a complete rewrite of the old vocoder," "now done in C++ using FLTK." ) build() { cd $startdir/src/vocoder patch -p1 < $startdir/src/$pkgname.patch make -j2 || return 1 mkdir -p $startdir/pkg/usr/bin mkdir -p $startdir/pkg/usr/doc/$pkgname-$pkgver mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps mkdir -p $startdir/pkg/usr/share/applications cp ./src/vocoder $startdir/pkg/usr/bin/vocoder-jack cp ./util/play_loop $startdir/pkg/usr/bin/vocoder-jack-play_loop cp INSTALL $startdir/pkg/usr/doc/$pkgname-$pkgver/ cp README $startdir/pkg/usr/doc/$pkgname-$pkgver/ cp COPYRIGHT $startdir/pkg/usr/doc/$pkgname-$pkgver/ cp AUTHORS $startdir/pkg/usr/doc/$pkgname-$pkgver/ cp $startdir/vocoder-jack.png \ $startdir/pkg/usr/share/icons/hicolor/48x48/apps/ echo "[Desktop Entry] Name=Vocoder JACK Comment=Standalone JACK version of Vocoder Icon=vocoder-jack Exec=vocoder-jack Terminal=false Type=Application Encoding=UTF-8 Categories=GTK;Audio;AudioVideo;AudioVideoEditing;Multimedia" >> \ $startdir/pkg/usr/share/applications/vocoder-jack.desktop } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://www.sirlab.de/linux/descr_vocoder.html" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}