aboutsummaryrefslogtreecommitdiffstats
path: root/txdrug/txdrug_0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'txdrug/txdrug_0.1.oe')
-rw-r--r--txdrug/txdrug_0.1.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe
deleted file mode 100644
index c08291c099..0000000000
--- a/txdrug/txdrug_0.1.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Tx Drug Database"
-SECTION = "opie/applications"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-DEPENDS = "sqlite"
-PR = "r1"
-
-SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \
- file://${FILESDIR}/${palmtopdir}"
-S = "${WORKDIR}/txdrug-tar"
-
-inherit palmtop
-
-do_install() {
- install -d ${D}/${palmtopdir}
- cp -dfr `ls -dp ${WORKDIR}/${palmtopdir}/*|grep -v SCCS` ${D}/${palmtopdir}/
- install -D -m 755 txdrug ${D}/${palmtopdir}/bin/txdrug
-}