milis/talimatname/genel/z/zimg/talimat

23 lines
478 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: Ölçeklendirme, renk aralığı dönüşümleri ve renk tezgahı kütüphanesi
# URL: http://forum.doom9.org/showthread.php?t=171334
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=zimg
surum=2.7.3
devir=1
kaynak=(https://github.com/sekrit-twc/zimg/archive/release-$surum.tar.gz)
derle() {
cd zimg-release-${surum}
./autogen.sh
./configure \
--prefix='/usr' \
--enable-x86simd \
--disable-static
make
make DESTDIR="${PKG}" install
}