2009-12-30 21:46:17 +00:00
|
|
|
# Template file for 'yasm'
|
|
|
|
pkgname=yasm
|
2011-11-20 08:53:55 +00:00
|
|
|
version=1.2.0
|
2013-04-14 16:44:52 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="xmlto python>=0"
|
2009-12-30 21:46:17 +00:00
|
|
|
short_desc="Complete rewrite of the NASM assembler with BSD license"
|
|
|
|
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"
|
2011-11-20 08:53:55 +00:00
|
|
|
checksum=768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31
|
2009-12-30 21:46:17 +00:00
|
|
|
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."
|
|
|
|
|
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
|
|
|
|
}
|
2013-04-14 16:44:52 +00:00
|
|
|
|
|
|
|
yasm_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|