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

# source: james
TARBALL=ht-2.1.0.tar.bz2
MD5SUM=09b2a4461d75e9cd03af1cd67fadc1ec
SRC_URL=http://downloads.sourceforge.net/hte/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='ht: ht 2.1.0 (Executable file editor)  
ht:  
ht: HT is a file editor/viewer/analyzer for executables. The goal is to 
ht: combine the low-level functionality of a debugger and the usability of 
ht: IDEs. We plan to implement all (hex-)editing features and support of the 
ht: most important file formats.  
ht: 
ht: 
ht: 
ht: 
ht: http://hte.sourceforge.net/ 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/ht*
	pkg_build_autoconf &&
	
	# install docs
	mkdir -p /usr/share/doc/ht /usr/share/info &&
	install -m644 doc/ht.html /usr/share/doc/ht &&
	install -m644 doc/README /usr/share/doc/ht &&
	install -m644 doc/ht.info /usr/share/info &&
	
	pkg_build_slackdesc
}


