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

# mine adapted from BLFS 2013-08-1
TARBALL=imake-$PKGVER.tar.bz2
MD5SUM=4042a4139a4636f78e2b8a144fdd1fcd
SRC_URL=http://xorg.freedesktop.org/releases/individual/util/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="imake: imake $PKGVER (Makefile generator)"'
imake:  
imake: Imake is a tool to generate makefiles from templates (Imakefile), 
imake: similar to automake and cmake. Imake was the tool of choice for 
imake: building Xorg; nowadays it is only used to build legacy X applications. 
imake:  
imake: 
imake: 
imake: 
imake: 
imake:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
