From 3b9232309dfbca4bf3bdd866729afc0ee0d932f3 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Tue, 17 Dec 2013 11:05:51 +0100 Subject: [PATCH] xfsdump, swi-prolog: version bump --- .../swi-prolog/swi-prolog-6.6.1.exheres-0 | 25 +++++++++++++++++++ .../sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 | 16 ++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 create mode 100644 packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 diff --git a/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 b/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 new file mode 100644 index 0000000..3cdd0b4 --- /dev/null +++ b/packages/dev-lang/swi-prolog/swi-prolog-6.6.1.exheres-0 @@ -0,0 +1,25 @@ +# 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 +} + diff --git a/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 b/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 new file mode 100644 index 0000000..f6329a5 --- /dev/null +++ b/packages/sys-fs/xfsdump/xfsdump-3.1.11.exheres-0 @@ -0,0 +1,16 @@ +# Copyright 2012 Denis Knauf +# Distributed under the terms of the GNU General Public License v2 + +SUMMERY="xfs dump/restore utilities" +HOMEPAGE="http://oss.sgi.com/projects/xfs" +DOWNLOADS="ftp://oss.sgi.com/projects/xfs/cmd_tars/${PNV}.tar.gz" +SLOT="0" +LICENCES="GPL-2" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" +DEPENDENCIES=" + build+run: + sys-fs/xfsprogs +" +DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" ) +