diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-10 13:38:50 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-10 13:38:50 +0100 |
commit | d302cb3796aea6f77e3a32ae2e5d6c807ddbbcd0 (patch) | |
tree | 419fb77d3d46f4f114eed6fff699d925ac17f734 /recipes/geda/geda-utils_1.4.3.bb | |
parent | 7bde76df2e108a7ab597691cdb47b26fecc10cae (diff) | |
parent | 0399441c0781eb912d6c375533fd60c69573809e (diff) |
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
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 |