yasm: cross build support; remove long_desc.
This commit is contained in:
parent
641c555d29
commit
1e04242755
1 changed files with 2 additions and 9 deletions
|
@ -1,22 +1,15 @@
|
|||
# Template file for 'yasm'
|
||||
pkgname=yasm
|
||||
version=1.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="xmlto python>=0"
|
||||
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
|
||||
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."
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/lib
|
||||
|
|
Loading…
Reference in a new issue