# Description: library to encode and decode images in WebP format # URL: https://chromium.googlesource.com/webm/libwebp # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: libjpeg-turbo libpng tiff name=libwebp version=1.6.0 release=1 source=(http://downloads.webmproject.org/releases/webp/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }