fusionsound: drop old version 1.0.0
authorShane Volpe <shanevolpe@gmail.com>
Tue, 19 Aug 2008 16:32:03 +0000 (16:32 +0000)
committerShane Volpe <shanevolpe@gmail.com>
Tue, 19 Aug 2008 16:32:03 +0000 (16:32 +0000)
packages/directfb/fusionsound_1.0.0.bb [deleted file]

diff --git a/packages/directfb/fusionsound_1.0.0.bb b/packages/directfb/fusionsound_1.0.0.bb
deleted file mode 100644 (file)
index 3cd4a38..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "FusionSound for DirectFB"
-DEPENDS = "directfb libmad libvorbis"
-SECTION = "libs"
-LICENSE = "LGPL"
-
-SRC_URI = "http://www.directfb.org/downloads/Core/FusionSound-${PV}.tar.gz"
-S = "${WORKDIR}/FusionSound-${PV}"
-
-inherit autotools pkgconfig
-
-do_configure_append() {
-    find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}/directfb:g'
-}
-
-do_stage() {
-        autotools_stage_all
-}
-
-do_install() {
-        oe_runmake 'DESTDIR=${D}' install
-}
-
-FILES_${PN} += "\
-  ${libdir}/directfb-1.0-0/interfaces/*/*.so \
-  ${libdir}/directfb-1.0-0/snddrivers/*.so \
-"
-
-FILES_${PN}-dbg += "\
-  ${libdir}/directfb-1.0-0/*/*/.debug/*.so \
-  ${libdir}/directfb-1.0-0/*/.debug/*.so \
-"
-
-FILES_${PN}-dev += "\
-  ${libdir}/directfb-1.0-0/interfaces/*/*.la \
-  ${libdir}/directfb-1.0-0/snddrivers/*.la \
-"
-