new package:

- add package lzo
This commit is contained in:
Stephan Raue 2009-10-22 08:45:15 +02:00
parent bf37a400f9
commit 54a7888a3b
3 changed files with 27 additions and 0 deletions

19
packages/other/lzo/build Executable file
View File

@ -0,0 +1,19 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--enable-shared \
--disable-static \
make
$MAKEINSTALL

7
packages/other/lzo/install Executable file
View File

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

1
packages/other/lzo/url Normal file
View File

@ -0,0 +1 @@
http://www.oberhumer.com/opensource/lzo/download/lzo-2.03.tar.gz