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

# source: BLFS 11.3
TARBALL=util-macros-$PKGVER.tar.xz
MD5SUM=50135407d81e2c97c2879a2ba3bac688
SRC_URL=https://www.x.org/pub/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: https://gitlab.freedesktop.org/xorg/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 &&

	# not necessary
	#mkdir -p /usr/$LIBDIR/pkgconfig && 
	#mv -v /usr/share/pkgconfig/xorg-macros.pc /usr/$LIBDIR/pkgconfig &&
	#rm -rf /usr/share/pkgconfig &&
	
	pkg_build_slackdesc
}
