From 77f34ad66c67351cee53a04f7e32d356a8171ecb Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 16 Sep 2004 22:13:06 +0000 Subject: pocketcellar: fixed description, moved to correct section, fixed install part BKrev: 414a0ff2FUiX2DIDG3U9ZKdphhzd4Q --- pocketcellar/pocketcellar_1.1.oe | 17 ++++++++++------- 1 file 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 " 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} = "/" -- cgit v1.2.3