lzo: update to 2.04.
This commit is contained in:
parent
f5e0f6c950
commit
b08fbab467
2 changed files with 2 additions and 5 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run lzo
|
||||
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
# Template build file for 'lzo'.
|
||||
pkgname=lzo
|
||||
version=2.03
|
||||
revision=1
|
||||
version=2.04
|
||||
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=8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591
|
||||
checksum=4ee3a040facf39561f13e4ef2ab99a886fd68251a35d612486ed0625cc6ab428
|
||||
long_desc="
|
||||
LZO is a portable lossless data compression library written in ANSI
|
||||
C. It offers pretty fast compression and very fast decompression.
|
||||
|
|
Loading…
Reference in a new issue