From e58cb483b6a380913394bf6a0fb333e74ea699ee Mon Sep 17 00:00:00 2001 From: hasufell Date: Tue, 25 Nov 2014 02:40:31 +0100 Subject: [PATCH] pioneers: add old 15.1 version --- .../pioneers/pioneers-15.1.exheres-0 | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packages/games-board/pioneers/pioneers-15.1.exheres-0 diff --git a/packages/games-board/pioneers/pioneers-15.1.exheres-0 b/packages/games-board/pioneers/pioneers-15.1.exheres-0 new file mode 100644 index 0000000..2551741 --- /dev/null +++ b/packages/games-board/pioneers/pioneers-15.1.exheres-0 @@ -0,0 +1,28 @@ +# Copyright 2014 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="A clone of the popular board game The Settlers of Catan" +HOMEPAGE="http://pio.sourceforge.net/" +DOWNLOADS="mirror://sourceforge/pio/${PNV}.tar.gz" + +LICENCES="GPL-2 CC-BY-SA-4.0" +SLOT="0" +PLATFORMS="~amd64 ~x86" + +DEPENDENCIES=" + build: + dev-util/gob2 + sys-devel/gettext + virtual/pkg-config + build+run: + x11-libs/gtk+:3 + x11-libs/libnotify +" + +DEFAULT_SRC_CONFIGURE_PARAMS=( + --enable-nls + --disable-help + --includedir=/usr/include + --with-gtk +) +