# SliTaz package receipt. PACKAGE="bin86" VERSION="0.16.18" CATEGORY="development" SHORT_DESC="A complete 8086 assembler and loader" MAINTAINER="slaxemulator@gmail.com" DEPENDS="glibc-base" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.debath.co.uk/" WGET_URL="http://www.debath.co.uk/dev86/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src mkdir -p $PWD/_pkg/usr/bin $PWD/_pkg/usr/share/man/man1 make PREFIX=/usr && make PREFIX=$PWD/_pkg/usr MANDIR=$PWD/_pkg/usr/share/man/man1 install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr }