milis/talimatname/genel/g/glade/talimat

24 lines
668 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GTK + ve GNOME için kullanıcı arabirimi oluşturucu.
2016-02-24 01:27:23 +01:00
# URL : http://glade.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gtk3 libxml2 desktop-file-utils intltool gobject-introspection python-gobject itstool docbook-xsl
2016-02-24 01:27:23 +01:00
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
2016-04-30 18:33:45 +02:00
tamir_docbookxml
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
2016-04-30 18:33:45 +02:00
--disable-gtk-doc-html \
2016-02-24 01:27:23 +01:00
--disable-static
make
make DESTDIR=$PKG install
2016-04-30 18:33:45 +02:00
rm -r $PKG/usr/share/gtk-doc
2016-02-24 01:27:23 +01:00
}