17 lines
556 B
Text
17 lines
556 B
Text
# Template file for 'yasm'
|
|
pkgname=yasm
|
|
version=1.2.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="xmlto python>=0"
|
|
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"
|
|
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
|
|
checksum=768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/lib
|
|
rm -rf ${DESTDIR}/usr/include
|
|
}
|