Add nasm-2.07
This commit is contained in:
parent
a5f93a83e0
commit
d718c6285e
2 changed files with 23 additions and 1 deletions
18
packages/dev-lang/nasm/nasm-2.07.exheres-0
Normal file
18
packages/dev-lang/nasm/nasm-2.07.exheres-0
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Copyright 2008, 2009 Daniel Mierswa <impulze@impulze.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require nasm autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
||||
|
||||
DEFAULT_SRC_PREPARE_PATCHES+=(
|
||||
"${FILES}/${PN}-2.05.01-automagic-deps.patch"
|
||||
)
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_PARAMS+=(
|
||||
--without-acrodist
|
||||
--without-ps2pdf
|
||||
--without-pstopdf
|
||||
)
|
||||
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
|
|
@ -17,7 +17,11 @@ DOWNLOADS="
|
|||
mirror://sourceforge/${PN}/${MYPNV}.tar.bz2
|
||||
"
|
||||
|
||||
LICENCES=""
|
||||
if ever at_least 2.07 ; then
|
||||
LICENCES="BSD-2"
|
||||
else
|
||||
LICENCES="LGPL-2.1"
|
||||
fi
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES=""
|
||||
|
|
Loading…
Reference in a new issue