mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libpng to 1.6.37-3.1
This commit is contained in:
parent
d4d5565385
commit
3b8330d5c9
1 changed files with 3 additions and 5 deletions
|
@ -3,12 +3,11 @@
|
||||||
# Contributor: Travis Willard <travis@archlinux.org>
|
# Contributor: Travis Willard <travis@archlinux.org>
|
||||||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# remove when bumped upstream
|
||||||
# - added --enable-arm-neon=no to configure
|
|
||||||
|
|
||||||
pkgname=libpng
|
pkgname=libpng
|
||||||
pkgver=1.6.37
|
pkgver=1.6.37
|
||||||
pkgrel=3
|
pkgrel=3.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=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.libpng.org/pub/png/libpng.html"
|
url="http://www.libpng.org/pub/png/libpng.html"
|
||||||
|
@ -23,8 +22,7 @@ build() {
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static
|
||||||
--enable-arm-neon=no
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue