### this file is sourced not run
PKGVER=2015.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=postfish-2015.1.tar.xz
MD5SUM=4b9bcce3ab8f8a3e747e04b77fe65184
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='gtk2 libao libfftw3' # 
SLACKDESC='postfish: postfish 2015.1 (Audio postprocessing tool)  
postfish:  
postfish: The Postfish is a digital audio post-processing, restoration, 
postfish: filtering and mixdown tool. It works as a linear audio filter, much 
postfish: like a rack of analog effects.  
postfish: 
postfish: 
postfish: 
postfish: 
postfish: 
postfish: http://svn.xiph.org/trunk/postfish/README  
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/postfish*
	make $MAKEFLAGS && 
	make install PREFIX=/usr MANDIR=/usr/share/man &&
	pkg_build_slackdesc
}
