liblzo: renamed to lzo

This commit is contained in:
Danny Rawlins 2007-04-01 19:01:46 +10:00
parent 3c73a8e0ac
commit 49651fedfa
3 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on:
name=liblzo
name=lzo
version=2.02
release=1
source=(http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz)
@ -16,7 +16,8 @@ build() {
--prefix=/usr \
--enable-shared
make && make prefix=$PKG/usr install
make
make prefix=$PKG/usr install
mv $PKG/usr/include/lzo/* $PKG/usr/include
rm -r $PKG/usr/include/lzo
ln -s liblzo2.so.2.0.0 $PKG/usr/lib/liblzo.so