summaryrefslogtreecommitdiff
path: root/txdrug/txdrug_0.1.oe
blob: 8d26e70e38a185284ebeb538f108861c98d4fa5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}