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

# mine adapted from BLFS 2013-08-1
TARBALL=xorg-cf-files-1.0.6.tar.bz2
MD5SUM=28649f34fa23143f1945aa2750e1472a
SRC_URL=http://xorg.freedesktop.org/releases/individual/util/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='xorg-cf-files: xorg-cf-files 1.0.6 (imake data file)  
xorg-cf-files:  
xorg-cf-files: The xorg-cf-files package contains the data files for the imake 
xorg-cf-files: utility, defining the known settings for a wide variety of 
xorg-cf-files: platforms (many of which have not been verified or tested in 
xorg-cf-files: over a decade), and for many of the libraries formerly 
xorg-cf-files: delivered in the X.Org monolithic releases.  
xorg-cf-files: 
xorg-cf-files: 
xorg-cf-files: 
xorg-cf-files: 
'

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