milis/talimatname/genel/z/zimg/talimat

22 lines
432 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Scaling, colorspace conversion, and dithering library
2017-06-13 22:33:29 +02:00
# URL: http://forum.doom9.org/showthread.php?t=171334
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-06-13 22:33:29 +02:00
2017-10-28 14:10:23 +02:00
isim=zimg
surum=2.5.1
devir=1
kaynak=(https://github.com/sekrit-twc/zimg/archive/release-$surum.tar.gz)
2017-06-13 22:33:29 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd zimg-release-${surum}
2017-06-13 22:33:29 +02:00
./autogen.sh
./configure \
--prefix='/usr' \
--enable-x86simd \
--disable-static
make
make DESTDIR="${PKG}" install
}