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

# source: james
TARBALL=hexedit-0.9.7.tar.gz
MD5SUM=2658b81ab1bd0813c0117e9459071c13
SRC_URL=http://www.rogoyski.com/adam/programs/hexedit/$TARBALL
BUNDLE=

SLACKREQ='libncurses' # 
SLACKDESC='hexeditor: hexeditor 0.9.7 (Hex editor)
hexeditor: 
hexeditor: Curses Hexedit is a full screen hex editor using the curses
hexeditor: library.
hexeditor: 
hexeditor: http://www.rogoyski.com/adam/programs/hexedit/
hexeditor: 
hexeditor: 
hexeditor: 
hexeditor: 
hexeditor: 
'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/${PKGNAME}* &&
	patch -Np1 -i ../pkg/hexedit-fixes.patch &&	# fixes from debian

	true
}
### default pkg_package
### build
pkg_build() {

	CONFFLAGS="$CONFFLAGS --mandir=/usr/share/man --infodir=/usr/share/info"
	
	pkg_build_autoconf &&
	pkg_build_slackdesc	&&

	true
}
