swi-prolog: bump 7.2.3, multiarch, <7 removed
This commit is contained in:
parent
4c37ccdc0d
commit
aec3fd2aed
|
@ -1,25 +0,0 @@
|
||||||
# Copyright (c) 2012 Denis Knauf
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
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="~amd64 ~x86"
|
|
||||||
DEPENDENCIES=""
|
|
||||||
|
|
||||||
MYOPTIONS=""
|
|
||||||
WORK=${WORKBASE}/${AN}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
econf --libdir="/usr/${LIBDIR}"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
# Copyright (c) 2012 Denis Knauf
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
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="~amd64 ~x86"
|
|
||||||
DEPENDENCIES=""
|
|
||||||
|
|
||||||
MYOPTIONS=""
|
|
||||||
WORK=${WORKBASE}/${AN}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
econf --libdir="/usr/${LIBDIR}"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
# Copyright (c) 2012 Denis Knauf
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
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="~amd64 ~x86"
|
|
||||||
DEPENDENCIES=""
|
|
||||||
|
|
||||||
MYOPTIONS=""
|
|
||||||
WORK=${WORKBASE}/${AN}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
econf --libdir="/usr/${LIBDIR}"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Copyright (c) 2012 Denis Knauf
|
# Copyright (c) 2012..2015 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=swipl-${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/"
|
||||||
|
@ -14,12 +14,8 @@ DEPENDENCIES=""
|
||||||
MYOPTIONS=""
|
MYOPTIONS=""
|
||||||
WORK=${WORKBASE}/${AN}
|
WORK=${WORKBASE}/${AN}
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
econf --libdir="/usr/${LIBDIR}"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog
|
keepdir /usr/$(exhost --target)/lib/swipl-${PV}/library/dialect/ifprolog
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue