From 087629f4afb009d0eceec99db1e2ae45c1cf507e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 29 May 2004 17:11:04 +0000 Subject: Cleanup pass - remove remnant virtual/libc items from DEPENDS. BKrev: 40b8c428TTv4Isw4YZOO0-X8vxwV2g --- nonworking/qualendar/qualendar_0.8.0.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'nonworking/qualendar') diff --git a/nonworking/qualendar/qualendar_0.8.0.oe b/nonworking/qualendar/qualendar_0.8.0.oe index e69de29bb2..f3419d4668 100644 --- a/nonworking/qualendar/qualendar_0.8.0.oe +++ b/nonworking/qualendar/qualendar_0.8.0.oe @@ -0,0 +1,19 @@ +DESCRIPTION="DVI Viewer for Opie/Qtopia" +SECTION="base" +PRIORITY="optional" +LICENSE="GPL" +RDEPENDS="libqpe1" +DEPENDS="" + +SRC_URI = http://ichitokumei.hp.infoseek.co.jp/${PN}/source/${P}.tar.gz +S = ${WORKDIR}/${PN}/src + +inherit palmtop + +do_install() { + install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics} + install -D -m 755 qualendar ${D}/opt/QtPalmtop/bin/qualendar + install -D -m 644 qualendar.desktop ${D}/opt/QtPalmtop/apps/Applications/qualendar.desktop + install -d ${D}/opt/QtPalmtop/pics + cp -a *.png ${D}/opt/QtPalmtop/pics/ +} -- cgit v1.2.3