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

# source: james
TARBALL=wxHexEditor-v0.23-src.tar.bz2
MD5SUM=d0e785c95cf40737246e5b2cc4cb7204
SRC_URL=http://downloads.sourceforge.net/wxhexeditor/$TARBALL
BUNDLE=

SLACKREQ='wxwidgets'
SLACKDESC='wxhexeditor: wxhexeditor 0.23 (Hex editor)
wxhexeditor: 
wxhexeditor: GUI-based versatile hex editor, able to handle large files up to 
wxhexeditor: exabytes in size.
wxhexeditor: 
wxhexeditor: http://www.wxhexeditor.org/home.php
wxhexeditor: 
wxhexeditor: 
wxhexeditor: 
wxhexeditor: 
wxhexeditor: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/wxHexEditor*
	sed -i -e '/CC =/d; /CXX =/d' Makefile &&
	make PREFIX=/usr && make PREFIX=/usr install &&
	pkg_build_slackdesc
}


