yasm: update to 1.2.0.

This commit is contained in:
Juan RP 2011-11-20 09:53:55 +01:00
parent 7ad150dd0a
commit 2f866caf49

View File

@ -1,14 +1,13 @@
# Template file for 'yasm' # Template file for 'yasm'
pkgname=yasm pkgname=yasm
version=1.1.0 version=1.2.0
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz" distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
revision=1
short_desc="Complete rewrite of the NASM assembler with BSD license" short_desc="Complete rewrite of the NASM assembler with BSD license"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.tortall.net/projects/yasm/" homepage="http://www.tortall.net/projects/yasm/"
license="BSD, Artistic, GPL-2, LGPL-2.1" license="BSD, Artistic, GPL-2, LGPL-2.1"
checksum=e5d56b582f3d0c30ed5c4fc221063e4175602307ea645520889458133671c232 checksum=768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31
long_desc=" long_desc="
YASM is a complete rewrite of the NASM assembler under the new BSD License 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 (some portions are currently under the GNU General Public License (GPL) or
@ -17,9 +16,10 @@ long_desc="
GAS, etc.) in addition to multiple output object formats. Another primary GAS, etc.) in addition to multiple output object formats. Another primary
module of the overall design is an optimizer module." module of the overall design is an optimizer module."
Add_dependency build xmlto
Add_dependency build python ">=0"
post_install() post_install() {
{
rm -rf ${DESTDIR}/usr/lib rm -rf ${DESTDIR}/usr/lib
rm -rf ${DESTDIR}/usr/include rm -rf ${DESTDIR}/usr/include
} }