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

# source: james
TARBALL=fox-$PKGVER.tar.gz
MD5SUM=324a8f4c53e9bee690252b229ca74a73
SRC_URL=http://ftp.fox-toolkit.org/pub/$TARBALL
BUNDLE=

SLACKREQ='libjpeg-turbo libpng libtiff bzip2 freetype2' # and opengl
SLACKDESC="fox-toolkit: fox-toolkit $PKGVER (Lightweight GUI library)  
fox-toolkit:  
fox-toolkit: FOX is a C++ based Toolkit for developing Graphical User 
fox-toolkit: Interfaces easily and effectively. It is small and lighweight,
fox-toolkit: and supports OpenGL where available.
fox-toolkit: 
fox-toolkit: This package comes with adie (text editor), calculator, 
fox-toolkit: shutterbug (screen capture), and PathFinder (file manager).
fox-toolkit: 
fox-toolkit: 
fox-toolkit: http://www.fox-toolkit.org/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static --with-xft --with-xim"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	
	# multi-lib
	mv -v /usr/bin/fox-config{,-64} &&
	ln -sfv multiarch_wrapper /usr/bin/fox-config
}


