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

# source: james
TARBALL=transset-df-6.tar.gz
MD5SUM=3375d570adc9d875d7fc476d1a50d5a5
SRC_URL=http://forchheimer.se/transset-df/$TARBALL
BUNDLE=

SLACKREQ='libX11' # 
SLACKDESC="transset-df: transset-df 6 (Set window transparency)  
transset-df:  
transset-df: transset-df is a program that allows the user to change window 
transset-df: transparencies on the fly. Supported methods include using window 
transset-df: manager hotkeys, 'select by pointing' without actually shifting 
transset-df: focus to the window, and selecting by name and window id. 
transset-df: Transset-df is a modified version of xorg's transset and requires 
transset-df: compositing to function. It is meant to allow a window manager 
transset-df: independent way to support transparency.  
transset-df: 
transset-df: http://forchheimer.se/transset-df/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/transset*
	make CFLAGS=-Os transset-df install &&
	pkg_build_slackdesc
}
