some list sorted, var-quoting changed (ws), deps morelined
This commit is contained in:
parent
c8914b82df
commit
dc7d8335af
5 changed files with 13 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
summary=local
|
summary=local
|
||||||
homepage=nohomepage
|
homepage=https://github.com/DenisKnauf/exherbo-denkn
|
||||||
owner=Denis Knauf <Denis.Knauf@gmail.com>
|
owner=Denis Knauf <Denis.Knauf@gmail.com>
|
||||||
status=third-party
|
status=third-party
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
app-arch
|
app-arch
|
||||||
|
app-paludis
|
||||||
|
dev-lang
|
||||||
net-proxy
|
net-proxy
|
||||||
sys-fs
|
sys-fs
|
||||||
dev-lang
|
|
||||||
app-paludis
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ SUMMARY="truckle - smart console cave wrapper"
|
||||||
|
|
||||||
LICENCES="GPL-2"
|
LICENCES="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64 ~x86"
|
||||||
MYOPTIONS=""
|
MYOPTIONS=""
|
||||||
|
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
|
@ -18,5 +18,5 @@ DEPENDENCIES="
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake install PREFIX=/usr D=$IMAGE
|
emake install PREFIX=/usr D="${IMAGE}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Copyright (c) 2012 Denis Knauf
|
# Copyright (c) 2012 Denis Knauf
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
AN="pl-${PV}"
|
AN=pl-${PV}
|
||||||
|
|
||||||
SUMMARY="SWI-Prolog offers a comprehensive Free Software Prolog environment"
|
SUMMARY="SWI-Prolog offers a comprehensive Free Software Prolog environment"
|
||||||
HOMEPAGE="http://www.swi-prolog.org/"
|
HOMEPAGE="http://www.swi-prolog.org/"
|
||||||
DOWNLOADS="http://www.swi-prolog.org/download/stable/src/${AN}.tar.gz"
|
DOWNLOADS="http://www.swi-prolog.org/download/stable/src/${AN}.tar.gz"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
LICENCES="GPL-2 LGPL-2"
|
LICENCES="GPL-2 LGPL-2"
|
||||||
PLATFORMS="~x86 ~amd64"
|
PLATFORMS="~amd64 ~x86"
|
||||||
DEPENDENCIES=""
|
DEPENDENCIES=""
|
||||||
|
|
||||||
MYOPTIONS=""
|
MYOPTIONS=""
|
||||||
WORK="${WORKBASE}/${AN}"
|
WORK=${WORKBASE}/${AN}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
env
|
env
|
||||||
|
|
|
@ -6,7 +6,10 @@ HOMEPAGE="http://oss.sgi.com/projects/xfs"
|
||||||
DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz"
|
DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
LICENCES="GPL-2"
|
LICENCES="GPL-2"
|
||||||
PLATFORMS="~x86 ~amd64"
|
PLATFORMS="~amd64 ~x86"
|
||||||
MYOPTIONS=""
|
MYOPTIONS=""
|
||||||
DEPENDENCIES="build+run: sys-fs/xfsprogs"
|
DEPENDENCIES="
|
||||||
|
build+run:
|
||||||
|
sys-fs/xfsprogs
|
||||||
|
"
|
||||||
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" )
|
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" )
|
||||||
|
|
Loading…
Add table
Reference in a new issue