Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Tue, 9 Mar 2004 18:16:21 +0000 (18:16 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 9 Mar 2004 18:16:21 +0000 (18:16 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages

2004/03/09 19:16:15+01:00 uni-frankfurt.de!mickeyl
fix txdrug: Don't use cp -a when copying things from FILESDIR.
You'll end up with multiple SCCS directories which confuses BitKeeper

BKrev: 404e09f5UZLILdjZosIMW9L5UX4Uiw

txdrug/txdrug_0.1.oe

index e69de29..7dd31d9 100644 (file)
@@ -0,0 +1,18 @@
+DESCRIPTION=Tx Drug Database
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+LICENSE="GPL"
+RDEPENDS=libqpe sqlite
+DEPENDS=virtual/libc virtual/libqpe sqlite
+
+SRC_URI = http://teax.sourceforge.net/${P}.tar.gz
+S = ${WORKDIR}/${PN}-tar
+
+inherit palmtop
+
+do_install() {
+        install -d ${D}
+       cp -dfR `ls -dp ${FILESDIR}/$u/*|grep -v SCCS` ${D}/$u/
+        install -D -m 755 txdrug ${D}/opt/QtPalmtop/bin/txdrug
+}