move package libcddb:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 07:56:38 +02:00
parent ed63a10c89
commit d681567d3c
3 changed files with 0 additions and 30 deletions

View File

@ -1,21 +0,0 @@
#!/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

View File

@ -1,8 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install libcdio
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/lib/.libs/libcddb.so* $INSTALL/usr/lib

View File

@ -1 +0,0 @@
http://prdownloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2