milis/talimatname/genel/xsane/talimat

19 lines
498 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.

# Description: SANE-1.0.24 için ön uç. Görüntü kalitesini ve kullanımı kolaylaştırmak için ek özelliklere sahiptir
# URL: http://www.xsane.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gtk2 sane lcms gimp libjpeg-turbo
name=xsane
version=0.999
release=2
source=(http://www.xsane.org/download/xsane-$version.tar.gz)
build() {
cd xsane-$version
sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}