exherbo-denkn/packages/dev-lang/swi-prolog/swi-prolog-7.2.3.exheres-0

22 lines
528 B
Bash
Raw Permalink Normal View History

# Copyright (c) 2012..2015 Denis Knauf
2012-11-21 14:41:06 +01:00
# Distributed under the terms of the GNU General Public License v2
AN=swipl-${PV}
2012-11-21 14:41:06 +01:00
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"
2012-11-21 14:41:06 +01:00
DEPENDENCIES=""
MYOPTIONS=""
WORK=${WORKBASE}/${AN}
2012-11-21 14:41:06 +01:00
src_install() {
keepdir /usr/$(exhost --target)/lib/swipl-${PV}/library/dialect/ifprolog
default
2012-11-21 14:41:06 +01:00
}
2013-03-09 15:51:54 +01:00