aboutsummaryrefslogtreecommitdiffstats
path: root/packages/txdrug/txdrug_0.1.bb
blob: cd822349553877aee75de3500732552645b92b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Tx Drug Database"
SECTION = "opie/applications"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "sqlite"
PR = "r2"

SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \
           file://${FILESDIR}/${palmtopdir}"
S = "${WORKDIR}/txdrug-tar"

inherit palmtop

EXTRA_QMAKEVARS_POST += "LIBS+=-lsqlite TARGET=txdrug"

do_configure_prepend() {
	rm -f Makefile && qmake -project
}

do_install() {
        install -d ${D}${palmtopdir}
	cp -Pfr `ls -dp ${WORKDIR}/${palmtopdir}/*|grep -v SCCS` ${D}${palmtopdir}/
        install -D -m 755 txdrug ${D}${palmtopdir}/bin/txdrug
}