Initial .bep file for nasm.

This commit is contained in:
Scott McCreary
2010-07-06 15:47:53 +00:00
parent 4634eb1e53
commit fa0980649d
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
DESCRIPTION="nasm assembler"
HOMEPAGE="http://www.nasm.us/"
SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/2.08.01/nasm-2.08.01.tar.bz2"
CHECKSUM_MD5="1e3ebc1289c2be5963571c0937b7a211"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
cd nasm-2.08.01
./configure --prefix=/boot/common
make
}
INSTALL {
cd nasm-2.08.01
make install INSTALLROOT=${DESTDIR}
}
LICENSE="BSD (2-clause)"
COPYRIGHT="1996 Simon Tatham and Julian Hall."