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

# source: BLFS svn 2018-5-26
TARBALL=xbitmaps-$PKGVER.tar.bz2
MD5SUM=cedeef095918aca86da79a2934e03daf 
SRC_URL=http://xorg.freedesktop.org/archive/individual/data/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="xbitmaps: xbitmaps $PKGVER (Standard X11 bitmaps)"'
xbitmaps:  
xbitmaps: The xbitmaps package contains bitmap images used by multiple 
xbitmaps: applications built in Xorg chapter.  
xbitmaps: 
xbitmaps: 
xbitmaps: 
xbitmaps: 
xbitmaps: 
xbitmaps: 
xbitmaps: 
'

### default pkg_download
### default pkg_prepare 
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && 
	mkdir -p /usr/lib64/pkgconfig && 
	mv -v /usr/share/pkgconfig/xbitmaps.pc /usr/lib64/pkgconfig &&
	rm -rf /usr/share/pkgconfig &&
	pkg_build_slackdesc &&
	
	# add 32-bit pkgconfig
	mkdir -p /usr/lib/pkgconfig &&
	cp /usr/lib64/pkgconfig/xbitmaps.pc /usr/lib/pkgconfig &&
	sed -i -e 's/lib64/lib/' /usr/lib/pkgconfig/xbitmaps.pc
}
