aboutsummaryrefslogtreecommitdiffstats
path: root/esound/esound-gpe_20020817.oe
diff options
context:
space:
mode:
Diffstat (limited to 'esound/esound-gpe_20020817.oe')
-rw-r--r--esound/esound-gpe_20020817.oe28
1 files changed, 0 insertions, 28 deletions
diff --git a/esound/esound-gpe_20020817.oe b/esound/esound-gpe_20020817.oe
deleted file mode 100644
index 3f1bed8f9a..0000000000
--- a/esound/esound-gpe_20020817.oe
+++ /dev/null
@@ -1,28 +0,0 @@
-SECTION = "x11/base"
-CVSDATE = "${PV}"
-LICENSE = "GPL"
-SRC_URI = "${HANDHELDS_CVS};module=gpe/base/esound \
- file://audiofile-please.patch;patch=1 \
- file://configure.patch;patch=1"
-S = "${WORKDIR}/esound"
-DEPENDS = "audiofile"
-PR = "r2"
-
-PACKAGES =+ "esddsp esd esd-utils"
-
-FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*"
-FILES_esd = "${bindir}/esd"
-FILES_esd-utils = "${bindir}"
-
-inherit autotools libtool pkgconfig
-
-EXTRA_OECONF = "--disable-alsa"
-
-SOV = "0.2.28"
-
-do_stage () {
- install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
- oe_soinstall .libs/libesd.so.${SOV} ${STAGING_LIBDIR}
- install -m 0644 .libs/libesd.lai ${STAGING_LIBDIR}/libesd.la
- install -m 0644 esd.m4 ${STAGING_DATADIR}/aclocal
-}