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

# source: james
TARBALL=diffuse-0.4.7.tar.bz2
MD5SUM=1cbee487cdfdf37a0d1a94f2f57d89e5
SRC_URL=http://downloads.sourceforge.net/diffuse/$TARBALL
BUNDLE=

SLACKREQ='python-pygtk'
SLACKDESC='diffuse: diffuse 0.4.7 (Graphical diff tool)  
diffuse:  
diffuse: This is another graphical diff tool, similar to meld and xxdiff. It 
diffuse: is lighter weight than meld and only depends on standard python.  
diffuse: 
diffuse: 
diffuse: 
diffuse: 
diffuse: 
diffuse: 
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 
}


