swi-prolog for ~amd64 (broken!) and profile-changes
This commit is contained in:
parent
9d9660f757
commit
e16b33aadd
5 changed files with 14 additions and 64 deletions
|
@ -1,4 +1,4 @@
|
||||||
summary=local
|
summary=local
|
||||||
homepage=nohomepage
|
homepage=nohomepage
|
||||||
owner=Denis Knauf <Denis,Knauf@gmail.com>
|
owner=Denis Knauf <Denis.Knauf@gmail.com>
|
||||||
status=third-party
|
status=third-party
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
masters = arbor
|
masters = arbor
|
||||||
|
layout = exheres
|
||||||
|
eapi_when_unknown = exheres-0
|
||||||
|
eapi_when_unspecified = exheres-0
|
||||||
|
profile_eapi_when_unspecified = exheres-0
|
||||||
|
|
File diff suppressed because one or more lines are too long
0
metadata/repository_mask.conf
Normal file
0
metadata/repository_mask.conf
Normal file
|
@ -8,13 +8,18 @@ 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"
|
PLATFORMS="~x86 ~amd64"
|
||||||
DEPENDENCIES=""
|
DEPENDENCIES=""
|
||||||
|
|
||||||
MYOPTIONS=""
|
MYOPTIONS=""
|
||||||
WORK="${WORKBASE}/${AN}"
|
WORK="${WORKBASE}/${AN}"
|
||||||
|
|
||||||
src_install() {
|
src_configure() {
|
||||||
default
|
env
|
||||||
keepdir /usr/lib/swipl-${PV}/library/dialect/ifprolog
|
econf --libdir="${LIBDIR}"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
keepdir /usr/lib/swipl-${PV}/library/dialect/ifprolog
|
||||||
|
default
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue