description="Portable lossless data compression library."
url="http://www.oberhumer.com/opensource/lzo"
maintainer="Markus F.X.J. Oberhumer"
contributors="Pierre B"
packager="tnut <tnut@nutyx.org>"

name=lzo
version=2.10
release=2

source=(  http://www.oberhumer.com/opensource/$name/download/$name-$version.tar.gz)

build() {
 cd $name-$version
 ./configure --prefix=/usr \
 --enable-shared \
 --docdir=/usr/share/doc/lzo-$version
 make
 make DESTDIR=$PKG install
 rm $PKG/usr/lib/liblzo2.la
}
