aboutsummaryrefslogtreecommitdiffstats
path: root/pocketcellar
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-02-26 18:42:34 +0000
committerChris Larson <clarson@kergoth.com>2004-02-26 18:42:34 +0000
commit33d1ed07ba80fea58f0f15fe33884b2cbfdcb1f4 (patch)
tree5d06b2cc744515af6c3b858d8f3ec01065e253f3 /pocketcellar
parentbd602adfc998eda32c6305418f5c07782a4d2bcc (diff)
downloadopenembedded-33d1ed07ba80fea58f0f15fe33884b2cbfdcb1f4.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into zelda.tuxnami.org:/home/kergoth/code/packages 2004/02/26 13:40:12-05:00 local!kergoth Lets include a binary in the pocketcellar package :D BKrev: 403e3e1avlkFIajOIHfPLBdev2lnuQ
Diffstat (limited to 'pocketcellar')
-rw-r--r--pocketcellar/pocketcellar_1.1.oe28
1 files changed, 28 insertions, 0 deletions
diff --git a/pocketcellar/pocketcellar_1.1.oe b/pocketcellar/pocketcellar_1.1.oe
index e69de29bb2..195ff94b85 100644
--- a/pocketcellar/pocketcellar_1.1.oe
+++ b/pocketcellar/pocketcellar_1.1.oe
@@ -0,0 +1,28 @@
+DESCRIPTION="Benchmark for Opie/Qtopia"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+LICENSE="GPL"
+RDEPENDS="libqpe1"
+DEPENDS=virtual/libc
+
+SRC_URI = http://www.staikos.net/~staikos/${PN}/${P}.tar.gz \
+ file://${FILESDIR}/gcc3.patch;patch=1
+
+inherit palmtop
+
+EXTRA_QMAKEVARS_POST= DESTDIR=pkg-cellar/home/QtPalmtop/bin/
+
+do_install() {
+ install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics}
+ install -d ${D}/home/root/Settings/
+ cp -a pkg-pcellar/home/QtPalmtop/* ${D}/opt/QtPalmtop/
+ cp -a pkg-pcellar/home/root/Settings/* ${D}/home/root/Settings/
+ install -D -m 755 pkg-cellar/home/QtPalmtop/bin/pocketcellar ${D}/opt/QtPalmtop/bin/pocketcellar
+ install -D -m 644 pocketcellar.desktop ${D}/opt/QtPalmtop/apps/Applications/pocketcellar.desktop
+ cp pocketcellar.png ${D}/opt/QtPalmtop/pics/
+}
+
+FILES_${PN}=
+FILES_${PN}=/
+