milis/talimatname/genel/g/gtkmm3/talimat

20 lines
403 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: GTK+ ve GNOME için C++ arabirimleri
# URL: http://www.gtkmm.org/
# Paketçi: yasarciv milisarge
# Gerekler: gtk3 glibmm pangomm atkmm
# Grup: sistem
isim=gtkmm3
surum=3.18.1
devir=1
kaynak=(http://download.gnome.org/sources/gtkmm/${version:0:4}/gtkmm-$surum.tar.xz)
derle() {
cd gtkmm-$surum
./configure --prefix=/usr
make -j1
make -j1 DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}