mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package:
- add libmodplug for the upcoming xbmc-pvr update
This commit is contained in:
parent
9d4e2b0396
commit
8c4cca1e4f
16
packages/audio/libmodplug/build
Executable file
16
packages/audio/libmodplug/build
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
6
packages/audio/libmodplug/install
Executable file
6
packages/audio/libmodplug/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
1
packages/audio/libmodplug/url
Normal file
1
packages/audio/libmodplug/url
Normal file
@ -0,0 +1 @@
|
||||
http://ignum.dl.sourceforge.net/project/modplug-xmms/libmodplug/0.8.7/libmodplug-0.8.7.tar.gz
|
Loading…
x
Reference in New Issue
Block a user