milis/talimatname/genel/l/libglademm/talimat

20 lines
442 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: Libglade için bir C ++ sarmalayıcı.
# URL: http://gtkmm.sourceforge.net/
# Paketçi: yasarciv67@gmail.com
# Gerekler: pkg-config libglade gtkmm
isim=libglademm
surum=2.6.7
devir=1
kaynak=(https://download.gnome.org/sources/$isim/${surum%.*}/$isim-$surum.tar.bz2
)
derle() {
cd $isim-$surum
CXXFLAGS+=' -std=c++11'
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR="${PKG}" install
}