mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libwebp: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
388a6cc44f
commit
fffadf57ab
2 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
# written by powtrix (@gmail.com)
|
# written by powtrix (@gmail.com)
|
||||||
|
|
||||||
PRGNAM=libwebp
|
PRGNAM=libwebp
|
||||||
VERSION=0.2.0
|
VERSION=${VERSION:-0.4.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
|
--disable-static \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libwebp"
|
PRGNAM="libwebp"
|
||||||
VERSION="0.2.0"
|
VERSION="0.4.0"
|
||||||
HOMEPAGE="http://code.google.com/speed/webp/"
|
HOMEPAGE="http://code.google.com/speed/webp/"
|
||||||
DOWNLOAD="http://webp.googlecode.com/files/libwebp-0.2.0.tar.gz"
|
DOWNLOAD="http://webp.googlecode.com/files/libwebp-0.4.0.tar.gz"
|
||||||
MD5SUM="75f33cabe4af0dfb51d751c67ae1b3d0"
|
MD5SUM="c8dd1d26eb9566833aba269b86d97e68"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue