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

# source: james
TARBALL=driconf-$PKGVER.tar.gz
MD5SUM=76d610bcd56aa5e8a489debb5081178a
SRC_URL=http://people.freedesktop.org/~fxkuehl/driconf/$TARBALL
BUNDLE=

SLACKREQ='python-pygtk'
SLACKDESC="driconf: driconf $PKGVER (DRI configuration GUI)
driconf: 
driconf: DRIconf is a configuration applet for the Direct Rendering 
driconf: Infrastructure. It allows customizing performance and visual quality 
driconf: settings of OpenGL drivers on a per-driver, per-screen and/or 
driconf: per-application level.
driconf: 
driconf: https://dri.freedesktop.org/wiki/DriConf/
driconf: https://dri.freedesktop.org/wiki/ConfigurationInfrastructure/
driconf: 
driconf: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/driconf* &&
	python setup.py build &&
	python setup.py install --prefix=/usr &&
	pkg_build_slackdesc
}
