void-packages/srcpkgs/yasm/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

25 lines
988 B
Text

# Template file for 'yasm'
pkgname=yasm
version=1.1.0
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
build_style=gnu-configure
short_desc="Complete rewrite of the NASM assembler with BSD license"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.tortall.net/projects/yasm/"
license="BSD, Artistic, GPL-2, LGPL-2.1"
checksum=e5d56b582f3d0c30ed5c4fc221063e4175602307ea645520889458133671c232
long_desc="
YASM is a complete rewrite of the NASM assembler under the new BSD License
(some portions are currently under the GNU General Public License (GPL) or
the GNU Lesser General Public License (LGPL)). It is designed from the ground
up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM,
GAS, etc.) in addition to multiple output object formats. Another primary
module of the overall design is an optimizer module."
Add_dependency run glibc
post_install()
{
rm -rf ${DESTDIR}/usr/lib
rm -rf ${DESTDIR}/usr/include
}