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

22 lines
481 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# bindings for GTK+ 3
# URL: http://mono-project.com/GtkSharp
# Paketçi: milisarge
# Gerekler: mono gtk3
# Grup: kütüphane
isim=gtk-sharp3
_isim=gtk-sharp
surum=2.99.3
devir=1
kaynak=(https://download.gnome.org/sources/gtk-sharp/${surum%.*}/gtk-sharp-$surum.tar.xz)
derle() {
cd gtk-sharp-$surum
sed -i 's/gmcs/mcs/' configure{,.ac}
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/gtk-doc
}