void-packages/srcpkgs/bin86/template
Juan RP c756cffd61 Added bin86-0.16.17 build template.
--HG--
extra : convert_revision : fca781441c2812386dc7a0f244292e63c0dc7fed
2010-02-23 16:23:44 +01:00

21 lines
643 B
Plaintext

# Template file for 'bin86'
pkgname=bin86
version=0.16.17
distfiles="http://www.debath.co.uk/dev86/bin86-$version.tar.gz"
build_style=gnu_makefile
make_build_args="PREFIX=/usr"
make_install_args="PREFIX=$XBPS_DESTDIR/$pkgname-$version/usr
MANDIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man/man1"
short_desc="A complete 8086 assembler and loader"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=429ba36cb6220083ad7cf56d644b7265d401e631c93eb42f4b7ab9bb48c6829c
long_desc="
This package provides a complete 8086 assembler and loader."
Add_dependency run glibc
pre_install()
{
install -d ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/man/man1
}