mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/lzo to 2.09-1
This commit is contained in:
parent
70b0297ef5
commit
bfb52eee7f
1 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
|||
# - disable unaligned access on v5 with -DLZO_CFG_NO_UNALIGNED
|
||||
|
||||
pkgname=lzo
|
||||
pkgver=2.08
|
||||
pkgrel=3.1
|
||||
pkgver=2.09
|
||||
pkgrel=1
|
||||
pkgdesc="Portable lossless data compression library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.oberhumer.com/opensource/lzo"
|
||||
|
@ -17,10 +17,10 @@ provides=("lzo2=$pkgver")
|
|||
replaces=('lzo2')
|
||||
conflicts=('lzo2')
|
||||
source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
|
||||
md5sums=('fcec64c26a0f4f4901468f360029678f')
|
||||
sha1sums=('e2a60aca818836181e7e6f8c4f2c323aca6ac057')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/lzo-${pkgver}"
|
||||
cd lzo-${pkgver}
|
||||
|
||||
[[ $CARCH == "arm" ]] && CPPFLAGS+=" -DLZO_CFG_NO_UNALIGNED"
|
||||
|
||||
|
@ -33,13 +33,13 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
cd "${srcdir}/lzo-${pkgver}"
|
||||
cd lzo-${pkgver}
|
||||
make test # Larger test
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/lzo-${pkgver}"
|
||||
cd lzo-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
# install minilzo
|
||||
|
|
Loading…
Reference in a new issue