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)
|
||||
|
||||
PRGNAM=libwebp
|
||||
VERSION=0.2.0
|
||||
VERSION=${VERSION:-0.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,6 +58,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libwebp"
|
||||
VERSION="0.2.0"
|
||||
VERSION="0.4.0"
|
||||
HOMEPAGE="http://code.google.com/speed/webp/"
|
||||
DOWNLOAD="http://webp.googlecode.com/files/libwebp-0.2.0.tar.gz"
|
||||
MD5SUM="75f33cabe4af0dfb51d751c67ae1b3d0"
|
||||
DOWNLOAD="http://webp.googlecode.com/files/libwebp-0.4.0.tar.gz"
|
||||
MD5SUM="c8dd1d26eb9566833aba269b86d97e68"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue