milis/talimatname/genel/g/gtk-sharp/talimat

18 lines
467 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: c# için gtk2 kütüphaneleri
# URL: http://www.mono-project.com/docs/gui/gtksharp/
# Paketçi: milisarge
# Gerekler: mono libglade gtk2
isim=gtk-sharp
surum=2.12.42
devir=1
kaynak=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${surum}.tar.gz)
derle(){
cd gtk-sharp-${surum}
./configure --prefix=/usr --sysconfdir=/etc --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="${PKG}" install
}