diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-08 21:09:39 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-08 21:12:41 +0000 |
commit | 66f2441fd791ed9b575d8c6739d684d80aa20afa (patch) | |
tree | 5e0711d16819355a58357c440168a4035cbbf82e /recipes/geda/geda-utils_1.4.3.bb | |
parent | 487041c96b272fa4f21c7e05b6cde2b0355dc97e (diff) |
geda: Updated to version 1.4.3.
Diffstat (limited to 'recipes/geda/geda-utils_1.4.3.bb')
-rw-r--r-- | recipes/geda/geda-utils_1.4.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/geda/geda-utils_1.4.3.bb b/recipes/geda/geda-utils_1.4.3.bb new file mode 100644 index 0000000000..ea61665d9d --- /dev/null +++ b/recipes/geda/geda-utils_1.4.3.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "gEDA/gaf's Utilities" +LICENSE = "GPLv2" +HOMEPAGE = "http://geda.seul.org" +FILES_${PN} += "${datadir}/gEDA" + +DEPENDS = "libgeda" + +SRC_URI = "http://geda.seul.org/release/v1.4/${PV}/${P}.tar.gz" + +inherit autotools pkgconfig |