# lzo, http://www.oberhumer.com/opensource/lzo/

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

build() {
    cd $name-$version
    ./configure \
	--prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info \
	--enable-shared
    make
    make DESTDIR=$PKG install
}
