mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package:
- add libcddb for upcoming enna package
This commit is contained in:
parent
98df6634cd
commit
25284cbbc7
21
packages/audio/libcddb/build
Normal file
21
packages/audio/libcddb/build
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build libcdio
|
||||||
|
|
||||||
|
export ac_cv_func_malloc_0_nonnull=yes
|
||||||
|
export ac_cv_func_realloc_0_nonnull=yes
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
--with-gnu-ld \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
8
packages/audio/libcddb/install
Normal file
8
packages/audio/libcddb/install
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install libcdio
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/lib/.libs/libcddb.so* $INSTALL/usr/lib
|
1
packages/audio/libcddb/url
Normal file
1
packages/audio/libcddb/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://prdownloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user