zimg.paketlendi

This commit is contained in:
milisarge 2017-06-13 23:33:29 +03:00
parent dea0ca3170
commit cb62250598
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Description: Scaling, colorspace conversion, and dithering library
# URL: http://forum.doom9.org/showthread.php?t=171334
# Packager: milisarge
# Depends on:
name=zimg
version=2.5.1
release=1
source=(https://github.com/sekrit-twc/zimg/archive/release-$version.tar.gz)
build() {
cd zimg-release-${version}
./autogen.sh
./configure \
--prefix='/usr' \
--enable-x86simd \
--disable-static
make
make DESTDIR="${PKG}" install
}