mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
22 lines
465 B
Plaintext
22 lines
465 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."
|