milis/talimatname/genel/l/libwebp/talimat

24 lines
510 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: WebP kütüphanesi ve dönüştürme araçları
# URL: https://developers.google.com/speed/webp/
# Paketçi: milisarge
# Gerekler: libpng libjpeg-turbo libtiff
isim=libwebp
surum=0.5.0
devir=1
kaynak=(http://downloads.webmproject.org/releases/webp/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--enable-libwebpmux \
--enable-libwebpdemux \
--enable-libwebpdecoder \
--enable-libwebpextras \
--enable-swap-16bit-csp \
--disable-static
make
make DESTDIR=$PKG install
}