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
+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
+}