comparison graphics/libjpeg-turbo/libjpeg-turbo.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 59a2fa6992bc
children ddab65a5b3f5
comparison
equal deleted inserted replaced
901:e2de15b7d2b1 902:a133976e0783
19 PKGVERSION=2.0.2 19 PKGVERSION=2.0.2
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="ZLIB BSD3CLAUSE CUSTOM" 21 PKGLICENSE="ZLIB BSD3CLAUSE CUSTOM"
22 PKGSUMMARY="JPEG image codec library" 22 PKGSUMMARY="JPEG image codec library"
23 PKGDOWNLOAD="https://downloads.sourceforge.net/project/$PKGNAME/$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz" 23 PKGDOWNLOAD="https://downloads.sourceforge.net/project/$PKGNAME/$PKGVERSION/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="dev/cmake:build dev/nasm:build" 24 PKGDEPENDS="cmake:build nasm:build"
25 25
26 : ${CC:=clang} 26 : ${CC:=clang}
27 : ${CFLAGS:=-O2} 27 : ${CFLAGS:=-O2}
28 28
29 build() 29 build()