2008-10-25 08:02:43 +02:00
|
|
|
# Template file for 'nasm'
|
|
|
|
pkgname=nasm
|
|
|
|
version=2.05
|
|
|
|
distfiles="
|
2008-10-28 23:57:52 +01:00
|
|
|
http://www.nasm.us/pub/nasm/releasebuilds/$version/$pkgname-$version.tar.bz2"
|
2008-10-25 08:02:43 +02:00
|
|
|
build_style=gnu_configure
|
2009-04-19 00:35:30 +02:00
|
|
|
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
|
2008-10-25 08:02:43 +02:00
|
|
|
short_desc="The Netwide Assembler"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=2fd98d6feb2f3ce25ca5f12a593c625b767104619de4ccd59778793cc055c2d2
|
|
|
|
long_desc="
|
|
|
|
The Netwide Assembler, NASM, is an 80x86 assembler designed for portability
|
|
|
|
and modularity. It supports a range of object file formats, including Linux
|
|
|
|
a.out and ELF, NetBSD/FreeBSD, COFF, Microsoft 16-bit OBJ and Win32. It will
|
|
|
|
also output plain binary files. Its syntax is designed to be simple and easy
|
|
|
|
to understand, similar to Intel's but less complex."
|
|
|
|
|
2009-04-19 00:35:30 +02:00
|
|
|
Add_dependency build groff
|
|
|
|
Add_dependency build perl
|
|
|
|
Add_dependency full glibc
|