lzo2: Update to 2.09
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=('liblzo2' 'liblzo2-devel')
|
||||
pkgver=2.08
|
||||
pkgrel=2
|
||||
pkgver=2.09
|
||||
pkgrel=1
|
||||
pkgdesc="Portable lossless data compression library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.oberhumer.com/opensource/lzo"
|
||||
@@ -12,21 +12,21 @@ groups=('libraries' 'compression')
|
||||
source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz
|
||||
lzo-2.07-msys2.patch)
|
||||
options=(!libtool)
|
||||
md5sums=('fcec64c26a0f4f4901468f360029678f'
|
||||
md5sums=('c7ffc9a103afe2d1bba0b015e7aa887f'
|
||||
'ae2b844f8a17d320aaa3511e8d355562')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/lzo-${pkgver}"
|
||||
patch -p1 -i ${srcdir}/lzo-2.07-msys2.patch
|
||||
|
||||
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/lzo-${pkgver}"
|
||||
|
||||
|
||||
./configure --prefix=/usr --enable-shared
|
||||
|
||||
|
||||
make
|
||||
make DESTDIR=${srcdir}/dest install
|
||||
}
|
||||
@@ -50,9 +50,9 @@ package_liblzo2-devel() {
|
||||
options=('staticlibs')
|
||||
groups=('development')
|
||||
depends=("liblzo2=${pkgver}")
|
||||
|
||||
|
||||
mkdir -p ${pkgdir}/usr
|
||||
|
||||
|
||||
cp -rf ${srcdir}/dest/usr/include ${pkgdir}/usr/
|
||||
cp -rf ${srcdir}/dest/usr/lib ${pkgdir}/usr/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user