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

# source: james
TARBALL=libdisasm-$PKGVER.tar.gz
MD5SUM=fc813fae8fceca92c2e40dac1da69041
SRC_URL=http://downloads.sourceforge.net/bastard/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libdisasm: 
libdisasm: The libdisasm library provides basic disassembly of Intel x86 
libdisasm: instructions from a binary stream. The intent is to provide an easy 
libdisasm: to use disassembler which can be called from any application; the 
libdisasm: disassembly can be produced in AT&T syntax and Intel syntax, as well 
libdisasm: as in an intermediate format which includes detailed instruction and 
libdisasm: operand type information.
libdisasm: 
libdisasm: https://bastard.sourceforge.net/libdisasm.html
libdisasm: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


