mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
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=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd nasm-2.08.01
|
|
make install INSTALLROOT=${DESTDIR}
|
|
}
|
|
LICENSE="BSD (2-clause)"
|
|
COPYRIGHT="1996 Simon Tatham and Julian Hall."
|