milis/talimatname/genel/l/libglademm/talimat

22 lines
441 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
# Gerekler: libglade gtkmm
# Grup: kütüphane
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
}