lzo: update to 2.06.
This commit is contained in:
parent
40c68e45f9
commit
0e1e7175b2
1 changed files with 5 additions and 6 deletions
|
@ -1,12 +1,14 @@
|
|||
# Template build file for 'lzo'.
|
||||
pkgname=lzo
|
||||
version=2.04
|
||||
version=2.06
|
||||
distfiles="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-shared=yes"
|
||||
short_desc="Portable lossless data compression library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4ee3a040facf39561f13e4ef2ab99a886fd68251a35d612486ed0625cc6ab428
|
||||
homepage="http://www.oberhumer.com/opensource/lzo"
|
||||
license="GPL-2"
|
||||
checksum=ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73
|
||||
long_desc="
|
||||
LZO is a portable lossless data compression library written in ANSI
|
||||
C. It offers pretty fast compression and very fast decompression.
|
||||
|
@ -14,10 +16,7 @@ long_desc="
|
|||
|
||||
In addition there are slower compression levels achieving a quite
|
||||
competitive compression ratio while still decompressing at this
|
||||
very high speed.
|
||||
|
||||
The LZO algorithms and implementations are copyrighted OpenSource
|
||||
distributed under the GNU General Public License."
|
||||
very high speed."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in a new issue