move package gst-rtsp:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:18:23 +02:00
parent 4439eb89d8
commit 301bd19dda
3 changed files with 0 additions and 40 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build gstreamer
$SCRIPTS/build glib
$SCRIPTS/build Python
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
make
$MAKEINSTALL

View File

@ -1,18 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install gstreamer
$SCRIPTS/install glib
$SCRIPTS/install Python
PYTHON_LIB_DIR=`ls -d $INSTALL/usr/lib/python*`
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/gst/rtsp-server/.libs/*.so* $INSTALL/usr/lib/
mkdir -p $PYTHON_LIB_DIR/site-packages/gst-0.10/gst
cp -PR $PKG_BUILD/bindings/python/.libs/*.so $PYTHON_LIB_DIR/site-packages/gst-0.10/gst
mkdir -p $INSTALL/usr/share/gst-rtsp/0.10/defs
cp -PR $PKG_BUILD/bindings/python/*.defs $INSTALL/usr/share/gst-rtsp/0.10/defs

View File

@ -1 +0,0 @@
http://people.freedesktop.org/~wtay/gst-rtsp-0.10.3.tar.bz2