From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/alsa-lib/Config.in | 7 +++++++ package/alsa-lib/Makefile | 31 +++++++++++++++++++++++++++++++ package/alsa-lib/ipkg/alsa-lib.control | 4 ++++ package/alsa-lib/ipkg/alsa-lib.postinst | 4 ++++ 4 files changed, 46 insertions(+) create mode 100644 package/alsa-lib/Config.in create mode 100644 package/alsa-lib/Makefile create mode 100644 package/alsa-lib/ipkg/alsa-lib.control create mode 100644 package/alsa-lib/ipkg/alsa-lib.postinst (limited to 'package/alsa-lib') 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 -- cgit v1.2.3