move package musepack:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 07:58:16 +02:00
parent bc47148ecc
commit 624e2ab400
3 changed files with 0 additions and 27 deletions

View File

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

View File

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

View File

@ -1 +0,0 @@
http://sources.openelec.tv/svn/musepack-435.tar.bz2