From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz | Bin 0 -> 21670 bytes recipes/plinciv/plinciv-0.16/configure.patch | 13 +++++++++++++ recipes/plinciv/plinciv_0.16.bb | 18 ++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 recipes/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz create mode 100644 recipes/plinciv/plinciv-0.16/configure.patch create mode 100644 recipes/plinciv/plinciv_0.16.bb (limited to 'recipes/plinciv') diff --git a/recipes/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz b/recipes/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz new file mode 100644 index 0000000000..70fa33c254 Binary files /dev/null and b/recipes/plinciv/plinciv-0.16/FC1.14.1-PC0.16.diff.gz differ diff --git a/recipes/plinciv/plinciv-0.16/configure.patch b/recipes/plinciv/plinciv-0.16/configure.patch new file mode 100644 index 0000000000..91bb6475d1 --- /dev/null +++ b/recipes/plinciv/plinciv-0.16/configure.patch @@ -0,0 +1,13 @@ +diff -urN freeciv-1.14.1.orig/configure.ac freeciv-1.14.1/configure.ac +--- freeciv-1.14.1.orig/configure.ac 2003-12-02 13:56:54.000000000 -0500 ++++ freeciv-1.14.1/configure.ac 2004-03-24 00:01:25.000000000 -0500 +@@ -139,6 +139,9 @@ + + AC_CHECK_PROG(UNAME,uname,uname,:) + ++ARFLAGS=${ARFLAGS:-cru} ++AC_SUBST(ARFLAGS) ++ + dnl Programs already checked by AM_INIT_AUTOMAKE: + dnl AC_PROG_MAKE_SET + diff --git a/recipes/plinciv/plinciv_0.16.bb b/recipes/plinciv/plinciv_0.16.bb new file mode 100644 index 0000000000..6afaf40b16 --- /dev/null +++ b/recipes/plinciv/plinciv_0.16.bb @@ -0,0 +1,18 @@ +LICENSE = "GPL" +SECTION = "x11/games" +DEPENDS = "gtk+" +DESCRIPTION = "Embedded version of a popular FreeCiv game" +HOMEPAGE = "http://www.handhelds.org/moin/moin.cgi/PlinCiv" + +SRC_URI = "ftp://ftp.freeciv.org/freeciv/stable/freeciv-1.14.1.tar.bz2 \ + file://FC1.14.1-PC0.16.diff.gz;patch=1 \ + file://configure.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--enable-client=gtk2 --disable-esd --disable-winmm --disable-sdl-mixer" + +S = "${WORKDIR}/freeciv-1.14.1" + +FILES_${PN} = "${bindir} \ + ${datadir}/freeciv" -- cgit v1.2.3