From cce1b5e0a10fe76ff3972fe5087b6b163788a0d9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 25 Jul 2010 11:22:37 +0200 Subject: [PATCH] alsa: add metafile support Signed-off-by: Stephan Raue --- packages/audio/alsa/build | 6 ------ packages/audio/alsa/install | 3 --- packages/audio/alsa/meta | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 9 deletions(-) delete mode 100755 packages/audio/alsa/build create mode 100644 packages/audio/alsa/meta diff --git a/packages/audio/alsa/build b/packages/audio/alsa/build deleted file mode 100755 index 3dc9f7aa12..0000000000 --- a/packages/audio/alsa/build +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -. config/options $1 - -$SCRIPTS/build alsa-lib -$SCRIPTS/build alsa-utils diff --git a/packages/audio/alsa/install b/packages/audio/alsa/install index 2ebeb5af77..50e151124b 100755 --- a/packages/audio/alsa/install +++ b/packages/audio/alsa/install @@ -2,9 +2,6 @@ . config/options $1 -$SCRIPTS/install alsa-lib -$SCRIPTS/install alsa-utils - mkdir -p $INSTALL/etc/modprobe.d cp -P $PKG_DIR/config/alsa-base.conf $INSTALL/etc/modprobe.d diff --git a/packages/audio/alsa/meta b/packages/audio/alsa/meta new file mode 100644 index 0000000000..e693eb0904 --- /dev/null +++ b/packages/audio/alsa/meta @@ -0,0 +1,14 @@ +PKG_NAME="alsa" +PKG_VERSION="" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.alsa-project.org/" +PKG_URL="" +PKG_DEPENDS="alsa-lib alsa-utils" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="audio" +PKG_SHORTDESC="alsa: Matapackage to install all alsa components" +PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Linux Sound API. It provides much finer (->better) access to the sound hardware, has a unbeatable mixer API and supports stuff like multi channel hardware, digital outs and ins, uninterleaved sound data access, and an oss emulation layer (for the old applications). It is the prefered API for professional sound apps under Linux." +PKG_IS_ADDON="no"