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

# source: james
TARBALL=dhex_$PKGVER.tar.gz
MD5SUM=64d557437fe110c19f23ed3e9bbcdd54
SRC_URL=http://www.dettus.net/dhex/$TARBALL
BUNDLE=

SLACKREQ='libncurses'
SLACKDESC="dhex: dhex $PKGVER (Hex editor)
dhex: 
dhex: DHEX is a more than just another hex editor: It includes a diff mode, 
dhex: which can be used to easily and conveniently compare two binary 
dhex: files. With its utilization of search logs, it is possible to track 
dhex: changes in different iterations of files easily.
dhex: 
dhex: http://www.dettus.net/dhex/
dhex: 
dhex: 
dhex: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/dhex* &&
	make && make install DESTDIR=/usr &&
	pkg_build_slackdesc
}


