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

# source: james
TARBALL=tweak-3.01.tar.gz
MD5SUM=3ae8db9fd482b679835a80c4635f71be
SRC_URL=http://www.chiark.greenend.org.uk/~sgtatham/tweak/$TARBALL
BUNDLE=

SLACKREQ='libncurses' # 
SLACKDESC='tweak: tweak 3.01 (Hex editor)  
tweak:  
tweak: Tweak is a hex editor. It allows you to edit a file at very low level, 
tweak: letting you see the full and exact binary contents of the file. It can 
tweak: be useful for modifying binary files such as executables, editing disk 
tweak: or CD images, debugging programs that generate binary file formats 
tweak: incorrectly, and many other things.  
tweak: 
tweak: 
tweak: 
tweak: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/tweak*
	make $MAKEFLAGS PREFIX=/usr && make PREFIX=/usr install &&
	pkg_build_slackdesc
}
