mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
new package:
- add libmms
This commit is contained in:
parent
c087baa386
commit
535ed80e7e
20
packages/audio/libmms/build
Executable file
20
packages/audio/libmms/build
Executable file
@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build glib
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
9
packages/audio/libmms/install
Executable file
9
packages/audio/libmms/install
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install glib
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
|
1
packages/audio/libmms/url
Normal file
1
packages/audio/libmms/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://downloads.sourceforge.net/project/libmms/libmms/0.4/libmms-0.4.tar.gz
|
Loading…
x
Reference in New Issue
Block a user