22 lines
432 B
Plaintext
22 lines
432 B
Plaintext
# Tanım: Scaling, colorspace conversion, and dithering library
|
||
# URL: http://forum.doom9.org/showthread.php?t=171334
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
|
||
isim=zimg
|
||
surum=2.5.1
|
||
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
|
||
}
|