diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-21 21:57:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-06 09:34:56 +0100 |
commit | 92a61b2a6a37fbd027ed81c6576513095d0edb07 (patch) | |
tree | 81c123edb9875881bfa7aeaada623d6ffd74f12e /recipes | |
parent | 7762f3d7b64dd02fbb7cd5dda14a562deef33ab4 (diff) |
libmodplug: Add 0.8.7 and checksum.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libmodplug/libmodplug_0.8.7.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/libmodplug/libmodplug_0.8.7.bb b/recipes/libmodplug/libmodplug_0.8.7.bb new file mode 100644 index 0000000000..ead04a7cdb --- /dev/null +++ b/recipes/libmodplug/libmodplug_0.8.7.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Library for reading mod-like audio files." +HOMEPAGE = "http://modplug-xmms.sf.net" +SECTION = "libs" +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz" + +inherit autotools pkgconfig + +# NOTE: autotools_stage_all does nothing here, we need to do it manually +do_stage() { + install -m 0644 ${S}/src/modplug.h ${STAGING_INCDIR} + oe_libinstall -C src -so libmodplug ${STAGING_LIBDIR} +} |