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

# source: james
TARBALL=diffuse-$PKGVER.tar.bz2
MD5SUM=2f92668350f7bcdc5fb04bcbe9845409
SRC_URL=http://downloads.sourceforge.net/diffuse/$TARBALL
BUNDLE=

SLACKREQ='python-pygtk'
SLACKDESC="diffuse: diffuse $PKGVER (Graphical diff tool)  
diffuse:  
diffuse: This is another graphical diff tool, similar to meld and xxdiff. It
diffuse: features N-way compare and merge, whereas the others can only do 2-
diffuse: and 3-way merge. It is lighter weight than meld and only depends on
diffuse: standard python.
diffuse: 
diffuse: License: GPL2 
diffuse: 
diffuse: Homepage: http://diffuse.sourceforge.net/
diffuse:
"

### default pkg_download
### pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/diffuse*
	python install.py --prefix=/usr &&
	rm -rf /usr/share/gnome  && # don't need help
	pkg_build_slackdesc 
}


