dev/lang-swi-prolog (v6.2.2) added
This commit is contained in:
parent
a69dbd36e4
commit
9d9660f757
|
@ -1,3 +1,4 @@
|
|||
app-arch
|
||||
net-proxy
|
||||
sys-fs
|
||||
dev-lang
|
||||
|
|
20
packages/dev-lang/swi-prolog/swi-prolog-6.2.2.exheres-0
Normal file
20
packages/dev-lang/swi-prolog/swi-prolog-6.2.2.exheres-0
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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="~x86"
|
||||
DEPENDENCIES=""
|
||||
|
||||
MYOPTIONS=""
|
||||
WORK="${WORKBASE}/${AN}"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
keepdir /usr/lib/swipl-${PV}/library/dialect/ifprolog
|
||||
}
|
Loading…
Reference in a new issue