milis/talimatname/genel/l/libglademm/talimat

20 lines
459 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.

# Description: Libglade için bir C ++ sarmalayıcı.
# URL: http://gtkmm.sourceforge.net/
# Packager: yasarciv67@gmail.com
# Depends on: pkg-config libglade gtkmm
name=libglademm
version=2.6.7
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2
)
build() {
cd $name-$version
CXXFLAGS+=' -std=c++11'
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR="${PKG}" install
}