alsa-utils: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 11:22:13 +02:00
parent 620b3dc665
commit 8823c14b43
4 changed files with 14 additions and 6 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build alsa-lib
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/install alsa-lib
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/amixer/amixer $INSTALL/usr/bin
cp $PKG_DIR/scripts/soundconfig $INSTALL/usr/bin

View File

@ -0,0 +1,14 @@
PKG_NAME="alsa-utils"
PKG_VERSION="1.0.23"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.alsa-project.org/"
PKG_URL="ftp://ftp.alsa-project.org/pub/utils/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="alsa-lib"
PKG_BUILD_DEPENDS="toolchain alsa-lib"
PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC="alsa-utils: Advanced Linux Sound Architecture utilities"
PKG_LONGDESC="This package includes the utilities for ALSA, like alsamixer, aplay, arecord, alsactl, iecset and speaker-test."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.23.tar.bz2