lzo: update to 2.0.8.
This commit is contained in:
parent
5b01707c4d
commit
25a65740a8
2 changed files with 4 additions and 16 deletions
|
@ -1,12 +0,0 @@
|
|||
--- configure.ORIG 2014-06-25 15:47:13.000000000 +0200
|
||||
+++ configure 2014-06-26 00:05:33.000000000 +0200
|
||||
@@ -13953,7 +13953,7 @@
|
||||
/* end confdefs.h. */
|
||||
#define LZO_CFG_NO_CONFIG_HEADER 1
|
||||
#define LZO_WANT_ACC_INCD_H 1
|
||||
-#include "include/lzo/lzodefs.h"
|
||||
+#include "include/lzo/lzoconf.h"
|
||||
#include "src/lzo_supp.h"
|
||||
|
||||
#undef LZOCHK_ASSERT
|
||||
|
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'lzo'.
|
||||
pkgname=lzo
|
||||
version=2.07
|
||||
revision=2
|
||||
version=2.08
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared=yes"
|
||||
configure_args="--enable-shared"
|
||||
short_desc="Portable lossless data compression library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.oberhumer.com/opensource/lzo"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
|
||||
checksum=9298ccf43f856ef00643d110042b2fefe694b569c161aef0c6f8e4ada590e6d4
|
||||
checksum=ac1b3e4dee46febe9fd28737eb7f5692d3232ef1a01da10444394c3d47536614
|
||||
|
||||
lzo-devel_package() {
|
||||
depends="lzo>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue