milis/talimatname/genel/libgdiplus/talimat

18 lines
470 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=4.2
release=1
source=(http://download.mono-project.com/sources/${name}/${name}-${version}.tar.gz)
build() {
cd $name-${version}
sed -i -e 's/-L\${libjpeg_prefix}\/lib -ljpeg/-ljpeg/' configure
./configure --prefix=/usr --with-cairo=system
make
make DESTDIR=$PKG install
}