contrib/lzop/Pkgfile
2006-12-06 17:16:17 +01:00

21 lines
434 B
Plaintext

# Description: fast file compressor based on lzo
# URL: http://www.lzop.org/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: liblzo
name=lzop
version=1.02rc1
release=1
source="http://www.lzop.org/download/lzop-$version.tar.gz"
build()
{
cd lzop-$version
./configure \
--prefix=/usr \
--enable-shared
make
make install DESTDIR=$PKG
}