dev-lang/nasm: Style
This commit is contained in:
parent
7c1f92f1de
commit
d6a3a9bb17
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
MYPV="${PV/_rc/rc}"
|
MY_PV="${PV/_rc/rc}"
|
||||||
MYPNV="${PNV/_rc/rc}"
|
MY_PNV="${PN}-${MY_PV}"
|
||||||
|
|
||||||
SUMMARY="An 80x86 and x86-64 assembler designed for portability and modularity."
|
SUMMARY="An 80x86 and x86-64 assembler designed for portability and modularity."
|
||||||
DESCRIPTION="
|
DESCRIPTION="
|
||||||
|
@ -13,8 +13,8 @@ DESCRIPTION="
|
||||||
"
|
"
|
||||||
HOMEPAGE="http://www.${PN}.us/"
|
HOMEPAGE="http://www.${PN}.us/"
|
||||||
DOWNLOADS="
|
DOWNLOADS="
|
||||||
${HOMEPAGE}/pub/${PN}/releasebuilds/${MYPV}/${MYPNV}.tar.bz2
|
${HOMEPAGE}/pub/${PN}/releasebuilds/${MY_PV}/${MY_PNV}.tar.bz2
|
||||||
mirror://sourceforge/${PN}/${MYPNV}.tar.bz2
|
mirror://sourceforge/${PN}/${MY_PNV}.tar.bz2
|
||||||
"
|
"
|
||||||
|
|
||||||
LICENCES="BSD-2"
|
LICENCES="BSD-2"
|
||||||
|
@ -26,7 +26,7 @@ REMOTE_IDS="freshmeat:nasm sourceforge:nasm"
|
||||||
|
|
||||||
UPSTREAM_DOCUMENTATION="${HOMEPAGE}/doc/"
|
UPSTREAM_DOCUMENTATION="${HOMEPAGE}/doc/"
|
||||||
|
|
||||||
WORK="${WORKBASE}/${MYPNV}"
|
WORK="${WORKBASE}/${MY_PNV}"
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
emake -C test golden
|
emake -C test golden
|
||||||
|
|
Loading…
Reference in a new issue