First pass of .oe cleanups.
[openembedded.git] / phalanx / phalanx_22.oe
1 SECTION = "Games"
2 PRIORITY = "optional"
3 RDEPENDS = "libc6"
4 DEPENDS = "virtual/libc"
5
6 SRC_URI=http://dusan.freeshell.org/${PN}/${P}.tar.gz \
7         file://${FILESDIR}/gcc3.patch;patch=1
8 S = "${WORKDIR}/Phalanx-XXII"
9
10 inherit autotools
11
12 FILES_phalanx = /opt/QtPalmtop/chess/engines/Phalanx
13
14 do_install() {
15         install -d ${D}/opt/QtPalmtop/chess/engines/Phalanx
16         install -D -m 755 phalanx ${D}/opt/QtPalmtop/chess/engines/Phalanx/phalanx
17         install -D -m 755 pbook.phalanx ${D}/opt/QtPalmtop/chess/engines/Phalanx/pbook.phalanx
18         >${D}/opt/QtPalmtop/chess/engines/Phalanx/sbook.phalanx
19         >${D}/opt/QtPalmtop/chess/engines/Phalanx/learn.phalanx
20         install -D -m 755 ${FILESDIR}/capabilities ${D}/opt/QtPalmtop/chess/engines/Phalanx/capabilities
21         install -D -m 755 ${FILESDIR}/description ${D}/opt/QtPalmtop/chess/engines/Phalanx/description
22 }