17 lines
536 B
Text
17 lines
536 B
Text
# Template file for 'yasm'
|
|
pkgname=yasm
|
|
version=1.3.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="xmlto python"
|
|
short_desc="Complete rewrite of the NASM assembler"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
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"
|
|
checksum=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/lib
|
|
rm -rf ${DESTDIR}/usr/include
|
|
}
|