aboutsummaryrefslogtreecommitdiffstats
path: root/pocketcellar
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-16 22:13:06 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-16 22:13:06 +0000
commit77f34ad66c67351cee53a04f7e32d356a8171ecb (patch)
tree991c8aa5b71244c9f1f3905a28e94da2205f16df /pocketcellar
parent6fa8a03c85698db5c7df002bee64e3ca8d30e11a (diff)
downloadopenembedded-77f34ad66c67351cee53a04f7e32d356a8171ecb.tar.gz
pocketcellar: fixed description, moved to correct section, fixed install part
BKrev: 414a0ff2FUiX2DIDG3U9ZKdphhzd4Q
Diffstat (limited to 'pocketcellar')
-rw-r--r--pocketcellar/pocketcellar_1.1.oe17
1 files changed, 10 insertions, 7 deletions
diff --git a/pocketcellar/pocketcellar_1.1.oe b/pocketcellar/pocketcellar_1.1.oe
index 9f1cbd664e..70a01c155b 100644
--- a/pocketcellar/pocketcellar_1.1.oe
+++ b/pocketcellar/pocketcellar_1.1.oe
@@ -1,8 +1,9 @@
-DESCRIPTION = "Benchmark for Opie/Qtopia"
-SECTION = "base"
+DESCRIPTION = "Program for wine enthusiasts"
+SECTION = "opie/applications"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
+PR = "r1"
SRC_URI = "http://www.staikos.net/~staikos/pocketcellar/pocketcellar-${PV}.tar.gz \
file://gcc3.patch;patch=1"
@@ -14,13 +15,15 @@ EXTRA_QMAKEVARS_POST = " DESTDIR=pkg-cellar/home/QtPalmtop/bin/"
do_install() {
install -d ${D}/${palmtopdir}/bin \
${D}/${palmtopdir}/apps/Applications \
- ${D}/${palmtopdir}/pics
- cp -a pkg-pcellar/home/QtPalmtop/* ${D}/${palmtopdir}/
+ ${D}/${palmtopdir}/pics \
+ ${D}/${palmtopdir}/data/PocketCellar
+
+ install -m 644 pkg-pcellar/home/QtPalmtop/data/PocketCellar/* ${D}/${palmtopdir}/data/PocketCellar/
# BAD. packages -never- install files into home directories. ever. --CL
# cp -a pkg-pcellar/home/root/Settings/* ${D}/home/root/Settings/
- install -D -m 755 pkg-cellar/home/QtPalmtop/bin/pocketcellar ${D}/${palmtopdir}/bin/pocketcellar
- install -D -m 644 pocketcellar.desktop ${D}/${palmtopdir}/Applications/pocketcellar.desktop
- cp pocketcellar.png ${D}/${palmtopdir}/pics/
+ install -m 755 pkg-cellar/home/QtPalmtop/bin/pocketcellar ${D}/${palmtopdir}/bin/
+ install -m 644 pocketcellar.desktop ${D}/${palmtopdir}/apps/Applications/
+ install -m 644 pocketcellar.png ${D}/${palmtopdir}/pics/
}
FILES_${PN} = "/"