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/libgeda_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/libgeda_1.4.3.bb')
-rw-r--r-- | recipes/geda/libgeda_1.4.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/geda/libgeda_1.4.3.bb b/recipes/geda/libgeda_1.4.3.bb new file mode 100644 index 0000000000..a00a1d5cde --- /dev/null +++ b/recipes/geda/libgeda_1.4.3.bb @@ -0,0 +1,20 @@ +LICENSE = "GPLv2" +HOMEPAGE = "http://geda.seul.org" +FILES_${PN} += "${datadir}/gEDA ${datadir}/icons ${datadir}/mime/packages" +# NOTE: Old KDE integration ${datadir}/mimelnk/application/*.desktop are ignored intentionally + +DEPENDS = "zlib gtk+ guile libpng" + +SRC_URI = "http://geda.seul.org/release/v1.4/${PV}/${P}.tar.gz" + +inherit autotools pkgconfig mime + +EXTRA_OECONF = "--disable-update-mime-database --disable-static" + +do_install_prepend() { + sed -i 's:${STAGING_DIR_HOST}::g' libgeda.pc +} + +do_stage () { + autotools_stage_all +} |