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

# my own, modelled after BLFS 2013-08-01
TARBALL=xcompmgr-$PKGVER.tar.xz
MD5SUM=4917d73c84180925ef2a2765a2a06e4e
SRC_URL=https://www.x.org/releases/individual/app/$TARBALL
BUNDLE=

SLACKREQ= # xorg libs
SLACKDESC="xcompmgr: xcompmgr $PKGVER (X Composite Manager)
xcompmgr: 
xcompmgr: xcompmgr is a standalone X11 compositor. It is grandfather of the 
xcompmgr: likes of compton and picom.
xcompmgr: 
xcompmgr: 
xcompmgr: 
xcompmgr: 
xcompmgr: 
xcompmgr: 
xcompmgr:
"

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