void-packages/srcpkgs/nasm/template

24 lines
689 B
Bash
Raw Normal View History

# Template file for 'nasm'
pkgname=nasm
2015-03-27 07:20:26 +00:00
version=2.11.08
revision=1
2014-06-01 04:14:29 +00:00
build_style=gnu-configure
hostmakedepends="groff perl"
2013-01-06 08:51:52 +00:00
short_desc="An 80x86 assembler designed for portability and modularity"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-01-06 08:51:52 +00:00
homepage="http://www.nasm.us"
license="BSD"
distfiles="http://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.bz2"
2015-03-27 07:20:26 +00:00
checksum=9da3a0291a0bdc06305b7ba194f1e2c2b55ae6f11210b4af43729868149d5445
2014-06-01 04:14:29 +00:00
post_build() {
2013-01-06 08:51:52 +00:00
make ${makejobs} -C doc info
}
do_install() {
make INSTALLROOT=${DESTDIR} install install_rdf
vmkdir usr/share/info
install -m644 doc/info/* ${DESTDIR}/usr/share/info
touch ${DESTDIR}/usr/share/info/dir
2014-10-26 09:47:18 +00:00
vlicense LICENSE
2013-01-06 08:51:52 +00:00
}