2009-12-30 21:46:17 +00:00
|
|
|
# Template file for 'yasm'
|
|
|
|
pkgname=yasm
|
2014-08-12 05:26:26 +00:00
|
|
|
version=1.3.0
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-08-12 05:26:26 +00:00
|
|
|
hostmakedepends="xmlto python"
|
|
|
|
short_desc="Complete rewrite of the NASM assembler"
|
2009-12-30 21:46:17 +00:00
|
|
|
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"
|
2013-04-14 16:44:52 +00:00
|
|
|
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
|
2014-08-12 05:26:26 +00:00
|
|
|
checksum=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
|
2009-12-30 21:46:17 +00:00
|
|
|
|
2011-11-20 08:53:55 +00:00
|
|
|
post_install() {
|
2009-12-30 21:46:17 +00:00
|
|
|
rm -rf ${DESTDIR}/usr/lib
|
|
|
|
rm -rf ${DESTDIR}/usr/include
|
|
|
|
}
|