yasm: update to 1.3.0.
This commit is contained in:
parent
33c8a35701
commit
0698fdddf6
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'yasm'
|
# Template file for 'yasm'
|
||||||
pkgname=yasm
|
pkgname=yasm
|
||||||
version=1.2.0
|
version=1.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="xmlto python>=0"
|
hostmakedepends="xmlto python"
|
||||||
short_desc="Complete rewrite of the NASM assembler with BSD license"
|
short_desc="Complete rewrite of the NASM assembler"
|
||||||
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"
|
||||||
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
|
distfiles="http://www.tortall.net/projects/yasm/releases/yasm-$version.tar.gz"
|
||||||
checksum=768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31
|
checksum=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/lib
|
rm -rf ${DESTDIR}/usr/lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue