swi-prolog for ~amd64 (broken!) and profile-changes

for/master
Denis Knauf 2012-11-21 17:47:09 +01:00
parent 9d9660f757
commit e16b33aadd
5 changed files with 14 additions and 64 deletions

View File

@ -1,4 +1,4 @@
summary=local
homepage=nohomepage
owner=Denis Knauf <Denis,Knauf@gmail.com>
owner=Denis Knauf <Denis.Knauf@gmail.com>
status=third-party

View File

@ -1 +1,5 @@
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

View File

View File

@ -8,13 +8,18 @@ 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"
PLATFORMS="~x86 ~amd64"
DEPENDENCIES=""
MYOPTIONS=""
WORK="${WORKBASE}/${AN}"
src_install() {
default
keepdir /usr/lib/swipl-${PV}/library/dialect/ifprolog
src_configure() {
env
econf --libdir="${LIBDIR}"
}
src_install() {
keepdir /usr/lib/swipl-${PV}/library/dialect/ifprolog
default
}