diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-14 10:02:50 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-01-10 16:28:05 +0100 |
commit | 22a955a13e6c869e5c8bb10848d57aaf0b1d750c (patch) | |
tree | aa6d0042dbefc34fdd5290f2486d741ae12f0a19 /libpng | |
parent | d0fbca0ef1d4733b7f6e24caa8968dc508048f76 (diff) | |
download | opt-22a955a13e6c869e5c8bb10848d57aaf0b1d750c.tar.gz opt-22a955a13e6c869e5c8bb10848d57aaf0b1d750c.tar.xz |
libpng: syntax
Diffstat (limited to 'libpng')
-rw-r--r-- | libpng/.signature | 4 | ||||
-rw-r--r-- | libpng/Pkgfile | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libpng/.signature b/libpng/.signature index 92bd29383..8b1e06214 100644 --- a/libpng/.signature +++ b/libpng/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/ZLDp1yxQ8U12wZ0wXPOJ5Ggni1UeudqxVUrGaKPLmBhixG5NIAATWJkkUxsRRQGYKqP8Cm/Us7/phB7o1RIWww= -SHA256 (Pkgfile) = b1f9693e3457c7bff9e3cf9bf0bca51a6745cc463da8430fa981c192b16f1fef +RWSE3ohX2g5d/S05P47h/GCWR9y1yOcvf+D7DjwP6s7GYvFWs8voCCelZE6fa3T3Ww0KiBlxwW/v8ZoRcdWB2dUgNyURxooHNg4= +SHA256 (Pkgfile) = f5c2cda2ef35a4547c07e380bf0cdaabc8548e5415c507b998130288ba2f5a5d SHA256 (.footprint) = cf6d989f95dd9dd8bf2d917195d3549fbcda2b58822d9035dbc1c6c1afb16975 SHA256 (libpng-1.6.37.tar.xz) = 505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca SHA256 (libpng-apng.patch) = 2234b5138069824e30e84357a36bd725c2cb3fd589d5c2135ecbe60b0b4800d8 diff --git a/libpng/Pkgfile b/libpng/Pkgfile index e9409bd7f..8f63face4 100644 --- a/libpng/Pkgfile +++ b/libpng/Pkgfile @@ -1,13 +1,13 @@ # Description: Library of PNG support functions with APNG support. -# URL: http://www.libpng.org -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: zlib +# URL: http://www.libpng.org +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: zlib name=libpng version=1.6.37 release=1 -source=(http://download.sourceforge.net/$name/$name-$version.tar.xz \ - $name-apng.patch) +source=(http://download.sourceforge.net/$name/$name-$version.tar.xz + $name-apng.patch) build() { cd $name-$version |