milis/talimatname/genel/libgdiplus/talimat

20 lines
542 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: GDI + API'nin Açık Kaynak Uygulaması
# URL: http://www.mono-project.com/
# Packager: milisarge
# Depends on: libtiff cairo giflib glib libexif
name=libgdiplus
version=3.12
release=1
source=(http://download.mono-project.com/sources/${name}/${name}-${version}.tar.gz
libgdiplus0-giflib5.patch)
build() {
cd $name-${version}
patch -Np1 -i ../libgdiplus0-giflib5.patch
sed -i -e 's/-L\${libjpeg_prefix}\/lib -ljpeg/-ljpeg/' configure
./configure --prefix=/usr --with-cairo=system
make
make DESTDIR=$PKG install
}