From 69025f4a84ea756958949345843cf15be1188ef3 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 9 Nov 2015 11:44:41 +0100 Subject: [PATCH] Add recipe for kqlives. * It needs lua 5.1 (not 5.2, they are not API compatible), which was removed from ports. Fixes http://ports.haiku-files.org/ticket/666. --- games-rpg/kqlives/kqlives-0.99.recipe | 49 +++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 games-rpg/kqlives/kqlives-0.99.recipe diff --git a/games-rpg/kqlives/kqlives-0.99.recipe b/games-rpg/kqlives/kqlives-0.99.recipe new file mode 100644 index 000000000..ff51b9b85 --- /dev/null +++ b/games-rpg/kqlives/kqlives-0.99.recipe @@ -0,0 +1,49 @@ +SUMMARY="Console type RPG" +DESCRIPTION="The well-known KQ console-style RPG" +HOMEPAGE="http://kqlives.sourceforge.net" +SOURCE_URI="http://sourceforge.net/projects/kqlives/files/KQ/20091214/kq-0.99.tar.gz" +SOURCE_DIR="kq-$portVersion" +CHECKSUM_SHA256="a8742d0a8781bd3626aef17ae382525b0abb4ab194004c9acf9f136b7be2b6fd" +REVISION="1" +ARCHITECTURES="x86_gcc2" + +PROVIDES=" + kqlives = $portVersion +" + +REQUIRES=" + lib:liballeg + lib:libdumb + lib:liblua == 5.1 +" + +BUILD_REQUIRES=" + haiku_devel + devel:liballeg + devel:libdumb + devel:liblua == 5.1 +" + +BUILD_PREREQUIRES=" + cmd:awk + cmd:gcc + cmd:make + cmd:pkg_config +" + +BUILD() { +# libtoolize --force --copy --install +# aclocal +# autoconf +# automake + runConfigure ./configure + make $jobArgs +} + +INSTALL() { + make install +} + +LICENSE="GNU GPL v2" +COPYRIGHT="JoshBolduc 2002 + Allegro Community 2006-2009"