mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/pngquant: Updated for version 2.4.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
parent
4f89a0933a
commit
b3e01e9e70
2 changed files with 6 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pngquant
|
||||
VERSION=${VERSION:-2.3.5}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,8 +71,10 @@ chmod -R u+w,go-w,a+rX-st .
|
|||
--prefix=/usr \
|
||||
CFLAGS="$SLKCFLAGS"
|
||||
|
||||
make -C lib shared
|
||||
make
|
||||
install -D -m0755 -s pngquant $PKG/usr/bin/pngquant
|
||||
install -D -m0755 lib/libimagequant.so.0 $PKG/usr/lib${LIBDIRSUFFIX}/libimagequant.so.0
|
||||
install -D -m0644 lib/libimagequant.a $PKG/usr/lib${LIBDIRSUFFIX}/libimagequant.a
|
||||
install -D -m0644 lib/libimagequant.h $PKG/usr/include/libimagequant.h
|
||||
install -D -m0644 pngquant.1 $PKG/usr/man/man1/pngquant.1
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pngquant"
|
||||
VERSION="2.3.5"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="http://pngquant.org/"
|
||||
DOWNLOAD="https://github.com/pornel/pngquant/archive/2.3.5.tar.gz"
|
||||
MD5SUM="4dbabc502fc289a02efc2fbe5849fc34"
|
||||
DOWNLOAD="http://pngquant.org/pngquant-2.4.0-src.tar.bz2"
|
||||
MD5SUM="04fc3fb40e2599486bff23e63d6c0ae0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue