void-packages/srcpkgs/yasm/template
Juan RP 8ab206f599 yasm: update to 1.0.0.
--HG--
extra : convert_revision : e53d613117570f613a87fceb0cf48f9d23b8836e
2010-04-09 15:00:07 +02:00

24 lines
898 B
Plaintext

# Template file for 'yasm'
pkgname=yasm
version=1.0.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>"
checksum=06b06f2ce8e08e1be261e090175a045cfef4e9863e48df764d77e4e2532ea959
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
}