summaryrefslogtreecommitdiff
path: root/package/esound/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/esound/Makefile
Initial import
Diffstat (limited to 'package/esound/Makefile')
-rw-r--r--package/esound/Makefile30
1 files changed, 30 insertions, 0 deletions
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