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

# source: BLFS 8.2 updated to 1.19.2
TARBALL=util-macros-$PKGVER.tar.bz2
MD5SUM=58edef899364f78fbde9479ded20211e
SRC_URL=http://xorg.freedesktop.org/releases/individual/util/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="util-macros: util-macros $PKGVER (X11 m4 macros)  
util-macros:  
util-macros: The util-macros package contains the m4 macros used by all of the 
util-macros: Xorg packages.  
util-macros: 
util-macros: 
util-macros: 
util-macros: 
util-macros: 
util-macros: 
util-macros:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && 
	mkdir -p /usr/$LIBDIR/pkgconfig && 
	mv -v /usr/share/pkgconfig/xorg-macros.pc /usr/$LIBDIR/pkgconfig &&
	rm -rf /usr/share/pkgconfig &&
	pkg_build_slackdesc
}
