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

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

SLACKREQ= # xorg libs
SLACKDESC="transset: transset $PKGVER (X Transparency Manager)
transset: 
transset: transset is a program that enables the user to change window 
transset: transparencies on the fly. Only works when a composite manager (like 
transset: xcompmgr, compton or picom) are running. This version is the original 
transset: version which is part of X11 application suite.
transset: 
transset: 
transset: 
transset: 
transset: 
"

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