mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial .bep file for nasm.
This commit is contained in:
19
dev-lang/nasm/nasm-2.08.01.bep
Normal file
19
dev-lang/nasm/nasm-2.08.01.bep
Normal 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."
|
||||
Reference in New Issue
Block a user