void-packages/srcpkgs/yasm/template

18 lines
536 B
Text
Raw Normal View History

# Template file for 'yasm'
pkgname=yasm
2014-08-12 05:26:26 +00:00
version=1.3.0
revision=1
build_style=gnu-configure
2014-08-12 05:26:26 +00:00
hostmakedepends="xmlto python"
short_desc="Complete rewrite of the NASM assembler"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-21 15:36:41 +00:00
homepage="http://www.tortall.net/projects/yasm/"
license="BSD, Artistic, GPL-2, LGPL-2.1"
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
2014-08-12 05:26:26 +00:00
checksum=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
2011-11-20 08:53:55 +00:00
post_install() {
rm -rf ${DESTDIR}/usr/lib
rm -rf ${DESTDIR}/usr/include
}