2009-05-14 23:47:57 +00:00
|
|
|
# Template build file for 'lzo'.
|
|
|
|
pkgname=lzo
|
2011-08-30 07:50:25 +00:00
|
|
|
version=2.06
|
2009-05-14 23:47:57 +00:00
|
|
|
distfiles="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-05-14 23:47:57 +00:00
|
|
|
configure_args="--enable-shared=yes"
|
2011-11-12 05:01:02 +00:00
|
|
|
revision=1
|
2009-05-14 23:47:57 +00:00
|
|
|
short_desc="Portable lossless data compression library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-30 07:50:25 +00:00
|
|
|
homepage="http://www.oberhumer.com/opensource/lzo"
|
|
|
|
license="GPL-2"
|
|
|
|
checksum=ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73
|
2009-05-14 23:47:57 +00:00
|
|
|
long_desc="
|
|
|
|
LZO is a portable lossless data compression library written in ANSI
|
|
|
|
C. It offers pretty fast compression and very fast decompression.
|
|
|
|
Decompression requires no memory.
|
|
|
|
|
|
|
|
In addition there are slower compression levels achieving a quite
|
|
|
|
competitive compression ratio while still decompressing at this
|
2011-08-30 07:50:25 +00:00
|
|
|
very high speed."
|
2009-05-14 23:47:57 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|