summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorShane Volpe <shanevolpe@gmail.com>2008-08-19 16:32:03 +0000
committerShane Volpe <shanevolpe@gmail.com>2008-08-19 16:32:03 +0000
commit150932de18bf33c027260bdfa4d03f65493375f9 (patch)
tree6a1813bd8ffa4210661ba1143111ab4921b16cbc /packages
parentf21e80fb9d9f9b62c27e33cafd49ca929dff80d9 (diff)
fusionsound: drop old version 1.0.0
Diffstat (limited to 'packages')
-rw-r--r--packages/directfb/fusionsound_1.0.0.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/packages/directfb/fusionsound_1.0.0.bb b/packages/directfb/fusionsound_1.0.0.bb
deleted file mode 100644
index 3cd4a385f6..0000000000
--- a/packages/directfb/fusionsound_1.0.0.bb
+++ /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 \
-"
-