froot: remove manual install of desktop file. Opie.oeclass handles this provided...
[openembedded.git] / froot / froot_0.7.1.oe
1 DESCRIPTION = "Froot is a game like frozen bubbles"
2 SECTION = "opie/Games"
3 APPNAME = "froot"
4 APPTYPE = "binary"
5 APPDESKTOP = "${S}"
6 PR = "r1"
7
8 SRC_URI = "http://www.cs.unc.edu/~scheuerm/froot/froot-${PV}.tar.gz"
9 S = "${WORKDIR}/froot-${PV}"
10
11 inherit opie
12
13 do_install() {
14     install -d ${D}/${palmtopdir}/help/html
15     install -d ${D}/${palmtopdir}/pics/froot
16     install -m 0644 Froot.png ${D}/${palmtopdir}/pics/
17     install -m 0644 help/html/froot.html ${D}/${palmtopdir}/help/html/
18     install -m 0644 pics/froot/*.png ${D}/${palmtopdir}/pics/froot/
19 }