new package:

- add package wavpack for upcoming new xbmc releases
This commit is contained in:
Stephan Raue 2010-01-25 22:56:32 +01:00
parent dfd64839b7
commit e26ed00bf1
3 changed files with 25 additions and 0 deletions

17
packages/audio/wavpack/build Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
make
$MAKEINSTALL

7
packages/audio/wavpack/install Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1 @@
http://www.wavpack.com/wavpack-4.60.1.tar.bz2