From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/esound/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package/esound/Makefile (limited to 'package/esound/Makefile') diff --git a/package/esound/Makefile b/package/esound/Makefile new file mode 100644 index 000000000..f97d58be0 --- /dev/null +++ b/package/esound/Makefile @@ -0,0 +1,30 @@ +# $Id$ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= esound +PKG_VERSION:= 0.2.38 +PKG_RELEASE:= 5 +PKG_MD5SUM:= 77c4e9805a017fba06552487df3c6662 +MASTER_SITES:= ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/ + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,ESOUND,esound,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE:= gnu +BUILD_STYLE:= auto +INSTALL_STYLE:= auto + +post-install: + ${INSTALL_DIR} ${IDIR_ESOUND}/etc/init.d + ${INSTALL_DIR} ${IDIR_ESOUND}/usr/bin + ${INSTALL_DIR} ${IDIR_ESOUND}/usr/lib + ${INSTALL_BIN} ${WRKINST}/usr/bin/esd ${IDIR_ESOUND}/usr/bin/ + $(CP) $(WRKINST)/usr/lib/libesd.so.* $(IDIR_ESOUND)/usr/lib/ + $(INSTALL_DATA) ./files/esd.init $(IDIR_ESOUND)/etc/init.d/esd + +include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3