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

# source: james
TARBALL=qsynth-0.3.9.tar.gz
MD5SUM=3daf937379107d587679aeb1130271c1
SRC_URL=http://downloads.sourceforge.net/qsynth/$TARBALL
BUNDLE=

SLACKREQ='fluidsynth qt4-common' # 
SLACKDESC='qsynth: qsynth 0.3.9 (Qt GUI for fluidsynth)
qsynth: 
qsynth: Qsynth is a fluidsynth GUI front-end application.
qsynth: 
qsynth: http://qsynth.sourceforge.net/qsynth-index.html
qsynth: 
qsynth: 
qsynth: 
qsynth: 
qsynth: 
qsynth: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	export PATH="$PATH:/opt/qt4/bin"
	export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/qt4/lib64"
	export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/opt/qt4/lib64/pkgconfig"
	export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/opt/qt4/include"
	export QT4_PATH="/opt/qt4/bin"
	export QT4_LD_LIBRARY_PATH="/opt/qt4/lib64"
	export QT4_PKG_CONFIG_PATH="/opt/qt4/lib64/pkgconfig"
	export QT4_CPLUS_INCLUDE_PATH="/opt/qt4/include" 

	pkg_build_autoconf &&
	pkg_build_slackdesc
}
