summaryrefslogtreecommitdiff
path: root/package/esound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/esound/Makefile')
-rw-r--r--package/esound/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/package/esound/Makefile b/package/esound/Makefile
deleted file mode 100644
index b5303f30f..000000000
--- a/package/esound/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${ADK_TOPDIR}/rules.mk
-
-PKG_NAME:= esound
-PKG_VERSION:= 0.2.41
-PKG_RELEASE:= 8
-PKG_MD5SUM:= 3d8973ed87053d7acc1f4d44af2c4688
-PKG_DESCR:= enlightened sound daemon
-PKG_SECTION:= mm/audio
-PKG_DEPENDS:= libaudiofile libesd
-PKG_BUILDDEP:= libaudiofile
-PKG_URL:= http://www.tux.org/~ricdude/EsounD.html
-PKG_SITES:= ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/
-PKG_LIBNAME:= libesd
-PKG_OPTS:= dev
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-
-PKG_SUBPKGS:= ESOUND LIBESD
-PKGSC_LIBESD:= libs/audio
-PKGSD_LIBESD:= esound library
-
-include ${ADK_TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,ESOUND,esound,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-$(eval $(call PKG_template,LIBESD,libesd,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBESD},${PKGSC_LIBESD},${PKG_OPTS}))
-
-AUTOTOOL_STYLE:= autoreconf
-CONFIGURE_ARGS+= --disable-alsa \
- --disable-arts \
- --enable-oss
-
-esound-install:
- ${INSTALL_DIR} ${IDIR_ESOUND}/usr/bin
- ${INSTALL_BIN} ${WRKINST}/usr/bin/esd ${IDIR_ESOUND}/usr/bin/
-
-libesd-install:
- ${INSTALL_DIR} ${IDIR_LIBESD}/usr/lib
- $(CP) $(WRKINST)/usr/lib/libesd.so* $(IDIR_LIBESD)/usr/lib/
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk