tinyproxy: patch-comments added. truckle: slot-deps changed. swipl: old env removed.

This commit is contained in:
Denis Knauf 2013-03-16 22:01:53 +01:00
commit 522aad5ad3
9 changed files with 72 additions and 49 deletions

View file

@ -1,24 +1,25 @@
# 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() {
econf --libdir="${LIBDIR}"
econf --libdir="/usr/${LIBDIR}"
}
src_install() {
keepdir /usr/lib/swipl-${PV}/library/dialect/ifprolog
default
keepdir /usr/${LIBDIR}/swipl-${PV}/library/dialect/ifprolog
default
}