All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] lightmediascanner: added recipe for v0.4.3
@ 2011-08-17  4:51 Pau Espin Pedrol
  2011-08-17  4:51 ` [PATCH 2/2] enjoy: make it work with shr-core Pau Espin Pedrol
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pau Espin Pedrol @ 2011-08-17  4:51 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
---
 .../recipes-efl/e17/lightmediascanner_0.4.3.0.bb   |   29 ++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 meta-efl/recipes-efl/e17/lightmediascanner_0.4.3.0.bb

diff --git a/meta-efl/recipes-efl/e17/lightmediascanner_0.4.3.0.bb b/meta-efl/recipes-efl/e17/lightmediascanner_0.4.3.0.bb
new file mode 100644
index 0000000..dd0b283
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/lightmediascanner_0.4.3.0.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices"
+SECTION = "libs/multimedia"
+AUTHOR = "Profusion"
+LICENSE = "LGPLv2.1+"
+DEPENDS = "sqlite3 flac"
+SRC_URI = "https://garage.maemo.org/frs/download.php/9439/lightmediascanner-${PV}.tar.bz2"
+
+PE = "1"
+
+inherit autotools pkgconfig
+
+do_install_append() {
+    install -d ${D}/${bindir}/
+    install -m 755 ${WORKDIR}/${PN}-${PV}/src/bin/.libs/test  ${D}/${bindir}/test-lms
+}
+
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
+
+PACKAGES =+ "${PN}-test"
+
+FILES_${PN}-test = "${bindir}/test-lms"
+
+FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug"
+
+SRC_URI[md5sum] = "188ff5188cfa0f2504a42934c969cb77"
+SRC_URI[sha256sum] = "bdbe76655ad212b936fb3cf6a9ca725e318ddeb57cd7d950d9c8409297d3b0da"
+
+
-- 
1.7.6




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-08-17 17:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  4:51 [PATCH 1/2] lightmediascanner: added recipe for v0.4.3 Pau Espin Pedrol
2011-08-17  4:51 ` [PATCH 2/2] enjoy: make it work with shr-core Pau Espin Pedrol
2011-08-17  8:17   ` Paul Menzel
2011-08-17  4:55 ` [PATCH 1/2] lightmediascanner: added recipe for v0.4.3 Pau Espin Pedrol
2011-08-17  7:30 ` Koen Kooi
2011-08-17  7:46   ` Martin Jansa
2011-08-17 10:55   ` Paul Menzel
2011-08-17 11:04 ` Paul Menzel
2011-08-17 17:15   ` Pau Espin Pedrol

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.