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

19 lines
490 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 bağları
# URL: http://www.mono-project.com/docs/gui/gtksharp/
# Peketçi: Cihan_Alkan
# Gerekler: mono libglade gtk2
# Grup: geliştirme
isim=gtk-sharp2
surum=2.12.45
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
}