contrib/lzop/Pkgfile

21 lines
434 B
Plaintext
Raw Normal View History

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