milis/talimatname/genel/l/libgdiplus/talimat

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

# Tanım: Windows olmayan işletim sistemlerinde GDI+ ile uyumlu bir API sağlayan Mono kitaplığıdır.
# URL: http://www.mono-project.com/
# Paketçi: milisarge
# Gerekler: libtiff cairo giflib glib libexif
# Grup: kütüphane
isim=libgdiplus
surum=4.2
devir=1
kaynak=(http://download.mono-project.com/sources/${isim}/${isim}-${surum}.tar.gz)
derle() {
cd $isim-${surum}
sed -i -e 's/-L\${libjpeg_prefix}\/lib -ljpeg/-ljpeg/' configure
./configure --prefix=/usr --with-cairo=system
make
make DESTDIR=$PKG install
}