move package libgee:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:29:52 +02:00
parent aac1fb7109
commit 2d66a10501
3 changed files with 0 additions and 24 deletions

View File

@ -1,17 +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 \
make
$MAKEINSTALL

View File

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

View File

@ -1 +0,0 @@
http://ftp.gnome.org/pub/GNOME/sources/libgee/0.1/libgee-0.1.5.tar.bz2