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

# mine adapted from BLFS 2013-08-1
TARBALL=imake-1.0.6.tar.gz
MD5SUM=83c6c972efa83a2a9b5d521a02b51113
SRC_URL=http://xorg.freedesktop.org/releases/individual/util/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='imake: imake 1.0.6 (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
}
