milis/talimatname/genel/glade/talimat

24 lines
678 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 : GTK + ve GNOME için kullanıcı arabirimi oluşturucu.
# URL : http://glade.gnome.org/
# Packager : milisarge
# Depends on : gtk3 libxml2 desktop-file-utils intltool gobject-introspection python-gobject itstool docbook-xsl
name=glade
version=3.19.0
_version=3.19
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${_version}/$name-$version.tar.xz)
build() {
cd $name-$version
tamir_docbookxml
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-gtk-doc-html \
--disable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}