diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-20 05:40:13 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-20 05:40:13 +0000 |
commit | ce1760b6532aadb8e8d8fdaaf7ea5e04505bfc92 (patch) | |
tree | ad6a3774bb9cdbdcb00580cdd408a2841767e92b /packages/plinciv/plinciv_0.16.bb | |
parent | cb5f0a522dc22f8b072a792aaa8fafaae36b4532 (diff) |
plinciv 0.16: Recover lost patch and save from extermination.
* It may be from year 2003, but still a better start with porting than nothing
at all.
* And yes, one sweet day we'll have people doing something useful (like
porting games), not just dumb kernel hacking ;-).
Diffstat (limited to 'packages/plinciv/plinciv_0.16.bb')
-rw-r--r-- | packages/plinciv/plinciv_0.16.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/plinciv/plinciv_0.16.bb b/packages/plinciv/plinciv_0.16.bb index 073515f0d7..6afaf40b16 100644 --- a/packages/plinciv/plinciv_0.16.bb +++ b/packages/plinciv/plinciv_0.16.bb @@ -2,9 +2,10 @@ 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 \ - http://gregorr.homelinux.org/plinciv/FC1.14.1-PC0.16.diff.gz;patch=1 \ + file://FC1.14.1-PC0.16.diff.gz;patch=1 \ file://configure.patch;patch=1" inherit autotools |