mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
alsa-utils: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
620b3dc665
commit
8823c14b43
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build alsa-lib
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -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
|
||||
|
14
packages/audio/alsa-utils/meta
Normal file
14
packages/audio/alsa-utils/meta
Normal 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"
|
@ -1 +0,0 @@
|
||||
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.23.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user