diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/plinciv |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/plinciv')
-rw-r--r-- | org.handhelds.familiar/packages/plinciv/plinciv-0.16/configure.patch | 13 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/plinciv/plinciv_0.16.bb | 17 |
2 files changed, 30 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/plinciv/plinciv-0.16/configure.patch b/org.handhelds.familiar/packages/plinciv/plinciv-0.16/configure.patch new file mode 100644 index 0000000..91bb647 --- /dev/null +++ b/org.handhelds.familiar/packages/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/org.handhelds.familiar/packages/plinciv/plinciv_0.16.bb b/org.handhelds.familiar/packages/plinciv/plinciv_0.16.bb new file mode 100644 index 0000000..073515f --- /dev/null +++ b/org.handhelds.familiar/packages/plinciv/plinciv_0.16.bb @@ -0,0 +1,17 @@ +LICENSE = "GPL" +SECTION = "x11/games" +DEPENDS = "gtk+" +DESCRIPTION = "Embedded version of a popular FreeCiv game" + +SRC_URI = "ftp://ftp.freeciv.org/freeciv/stable/freeciv-1.14.1.tar.bz2 \ + http://gregorr.homelinux.org/plinciv/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" |