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