diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-30 14:34:55 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-30 14:34:55 +0000 |
commit | 7d5b527f225ceb3c28a1942a065da143ea87f593 (patch) | |
tree | 20e76fa8ace4cb36457c5be7580bf69972378334 /txdrug | |
parent | d3582f1eb4451d4fad317e12e0e0dafeef836089 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into marcinj.local:/home/hrw/zaurus/oe/packages
2004/09/30 16:34:42+02:00 local!hrw
"oelint" fixes
BKrev: 415c198fGB5bqVB1XUi1P1ttT8pM5w
Diffstat (limited to 'txdrug')
-rw-r--r-- | txdrug/txdrug_0.1.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe index 863bfe0a9d..c08291c099 100644 --- a/txdrug/txdrug_0.1.oe +++ b/txdrug/txdrug_0.1.oe @@ -1,9 +1,10 @@ DESCRIPTION = "Tx Drug Database" -SECTION = "base" +SECTION = "opie/applications" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libqpe sqlite" +DEPENDS = "sqlite" +PR = "r1" SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \ file://${FILESDIR}/${palmtopdir}" |