contrib/libwebp/Pkgfile

22 lines
464 B
Plaintext
Raw Normal View History

2013-04-04 10:10:33 +02:00
# Description: A library for a new image format comparable to JPEG.
# URL: https://code.google.com/p/webp/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: libpng libtiff xz
2013-04-04 10:10:33 +02:00
name=libwebp
version=0.3.0
release=1
source=(https://webp.googlecode.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}