move package libdv:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 10:40:28 +02:00
parent eb16627a6e
commit 43b5cb7dee
3 changed files with 0 additions and 29 deletions

View File

@ -1,22 +0,0 @@
#!/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 \
--disable-sdl \
--disable-gtk \
--disable-xv
$HOST_CC -o libdv/host-gasmoff libdv/gasmoff.c
make GASMOFF=host-gasmoff
$MAKEINSTALL

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR src/.libs/*.so* $INSTALL/usr/lib

View File

@ -1 +0,0 @@
http://kent.dl.sourceforge.net/sourceforge/libdv/libdv-1.0.0.tar.gz