milis/talimatname/genel/glade/talimat

24 lines
678 B
Plaintext
Raw Normal View History

2017-03-24 09:07:50 +01:00
# Description : GTK + ve GNOME için kullanıcı arabirimi oluşturucu.
2016-02-24 01:27:23 +01:00
# URL : http://glade.gnome.org/
2016-04-30 18:33:45 +02:00
# Packager : milisarge
# Depends on : 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
}