mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libpng to 1.6.21-1.1
This commit is contained in:
parent
88513ed3d4
commit
ca7e0cc250
1 changed files with 4 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
||||||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - added --enable-arm-neon=no to configure
|
# - added --enable-arm-neon=no to configure for !aarch64
|
||||||
|
|
||||||
pkgname=libpng
|
pkgname=libpng
|
||||||
pkgver=1.6.21
|
pkgver=1.6.21
|
||||||
_apngver=1.6.21
|
_apngver=1.6.21
|
||||||
pkgrel=1
|
pkgrel=1.1
|
||||||
pkgdesc="A collection of routines used to create PNG format graphics files"
|
pkgdesc="A collection of routines used to create PNG format graphics files"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.libpng.org/pub/png/libpng.html"
|
url="http://www.libpng.org/pub/png/libpng.html"
|
||||||
|
@ -35,7 +35,8 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
||||||
./configure --prefix=/usr --enable-arm-neon=no --disable-static
|
[[ $CARCH != "aarch64" ]] && CONFIG="--enable-arm-neon=no"
|
||||||
|
./configure --prefix=/usr --disable-static $CONFIG
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue