summaryrefslogtreecommitdiff
path: root/package/alsa-lib
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/alsa-lib
Initial import
Diffstat (limited to 'package/alsa-lib')
-rw-r--r--package/alsa-lib/Config.in7
-rw-r--r--package/alsa-lib/Makefile31
-rw-r--r--package/alsa-lib/ipkg/alsa-lib.control4
-rw-r--r--package/alsa-lib/ipkg/alsa-lib.postinst4
4 files changed, 46 insertions, 0 deletions
diff --git a/package/alsa-lib/Config.in b/package/alsa-lib/Config.in
new file mode 100644
index 000000000..6276ba489
--- /dev/null
+++ b/package/alsa-lib/Config.in
@@ -0,0 +1,7 @@
+config ADK_PACKAGE_ALSA_LIB
+ prompt "alsa-lib............................ alsa library"
+ tristate
+ default n
+ help
+
+ http://www.alsa-project.org/
diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile
new file mode 100644
index 000000000..74c857a10
--- /dev/null
+++ b/package/alsa-lib/Makefile
@@ -0,0 +1,31 @@
+# $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:= alsa-lib
+PKG_VERSION:= 1.0.19
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 73db3666c211e5fb023bb77450cf430d
+MASTER_SITES:= ftp://ftp.task.gda.pl/pub/linux/misc/alsa/lib/ \
+ ftp://ftp.alsa-project.org/pub/lib/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,ALSA_LIB,alsa-lib,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE= gnu
+CONFIGURE_ARGS+= --disable-python
+BUILD_STYLE= auto
+INSTALL_STYLE= auto confprog
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_ALSA_LIB}/usr/lib
+ ${INSTALL_DIR} ${IDIR_ALSA_LIB}/usr/share/alsa
+ ${CP} ${WRKINST}/usr/lib/libasound.so.* ${IDIR_ALSA_LIB}/usr/lib/
+ ${CP} ${WRKINST}/usr/share/alsa/* ${IDIR_ALSA_LIB}/usr/share/alsa/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/alsa-lib/ipkg/alsa-lib.control b/package/alsa-lib/ipkg/alsa-lib.control
new file mode 100644
index 000000000..480bb0dae
--- /dev/null
+++ b/package/alsa-lib/ipkg/alsa-lib.control
@@ -0,0 +1,4 @@
+Package: alsa-lib
+Priority: optional
+Section: libs
+Description: ALSA sound library
diff --git a/package/alsa-lib/ipkg/alsa-lib.postinst b/package/alsa-lib/ipkg/alsa-lib.postinst
new file mode 100644
index 000000000..848959231
--- /dev/null
+++ b/package/alsa-lib/ipkg/alsa-lib.postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+. $IPKG_INSTROOT/etc/functions.sh
+gid=$(get_next_gid)
+add_group audio $gid