diff options
Diffstat (limited to 'packages/tangogps/tangogps.inc')
-rw-r--r-- | packages/tangogps/tangogps.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/tangogps/tangogps.inc b/packages/tangogps/tangogps.inc new file mode 100644 index 0000000000..a96ed8988f --- /dev/null +++ b/packages/tangogps/tangogps.inc @@ -0,0 +1,10 @@ +DESCRIPTION = "A lightweight and fast mapping application" +LICENSE = "GPLv2" +SECTION = "x11/applications" +PRIORITY = "optional" +DEPENDS = "curl gtk+ gconf gypsy" + +SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz" +S = "${WORKDIR}/tangogps-${PV}" + +inherit autotools |