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

# source: james
TARBALL=libx86-$PKGVER.tar.gz
MD5SUM=41bee1f8e22b82d82b5f7d7ba51abc2a
SRC_URL=http://www.codon.org.uk/~mjg59/libx86/downloads/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="libx86: libx86 $PKGVER (Real-mode x86 library)
libx86: 
libx86: It's often useful to be able to make real-mode x86 BIOS calls from 
libx86: userland. lrmi provides a simple interface to this for x86 machines, 
libx86: but this doesn't help on other platforms. libx86 provides the lrmi 
libx86: interface, but will also run on platforms such as amd64 and alpha.
libx86: 
libx86: http://www.codon.org.uk/~mjg59/libx86/
libx86: 
libx86: 
libx86: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/libx86*\
	export 
	make LIBDIR=/usr/$LIBDIR BACKEND=x86emu LIBRARY=shared shared static install &&
	pkg_build_slackdesc
}


