mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package:
- add package wavpack for upcoming new xbmc releases
This commit is contained in:
17
packages/audio/wavpack/build
Executable file
17
packages/audio/wavpack/build
Executable 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
7
packages/audio/wavpack/install
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
||||
|
||||
1
packages/audio/wavpack/url
Normal file
1
packages/audio/wavpack/url
Normal file
@@ -0,0 +1 @@
|
||||
http://www.wavpack.com/wavpack-4.60.1.tar.bz2
|
||||
Reference in New Issue
Block a user