diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-28 22:05:38 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-28 22:05:38 +0000 |
commit | f37cf32fdd68ac074c7d960d770d4e76b729caa0 (patch) | |
tree | 7ef39f9bc1a5b254c123f8f0d78c76ee0ffcb062 /packages | |
parent | 62302d90c75a00511e312ed05a420f1c38d21b24 (diff) | |
parent | 8cf639e33b06c4fad6381a041dfcd7b4340b1f87 (diff) |
merge of '615ba6299e98edf3a5c47976f97de62b10352bf0'
and '61d9290f8bf0b1072ab2cf68c220769146dace10'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/phalanx/phalanx_22.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/phalanx/phalanx_22.bb b/packages/phalanx/phalanx_22.bb index fbc6568b91..a59a696809 100644 --- a/packages/phalanx/phalanx_22.bb +++ b/packages/phalanx/phalanx_22.bb @@ -1,13 +1,13 @@ DESCRIPTION = "Phalanx is a chess playing engine." SECTION = "opie/libs" PRIORITY = "optional" -PR = "r3" +PR = "r4" LICENSE = "GPL" -SRC_URI = "ftp://ftp.math.muni.cz/pub/math/people/Dobes/phalanx-22.tar.gz \ +SRC_URI = "http://ftp.debian.org/debian/pool/main/p/phalanx/phalanx_22.orig.tar.gz \ file://gcc3.patch;patch=1 \ file://capabilities \ file://description" -S = "${WORKDIR}/Phalanx-XXII" +S = "${WORKDIR}/phalanx-22.orig" do_compile() { oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" STRIP=echo LD="${CC}" @@ -24,3 +24,4 @@ do_install() { } FILES_${PN} = "${palmtopdir}/chess" +FILES_${PN}-dbg += "${palmtopdir}/chess/engines/Phalanx/.debug" |