milis/talimatname/genel/glade/talimat

23 lines
600 B
Plaintext

# Description : User interface builder for GTK+ and GNOME.
# URL : http://glade.gnome.org/
# Packager : pierre at nutyx dot org
# Depends on : gtk3 libxml2 desktop-file-utils intltool gtk-doc 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
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static
make
make DESTDIR=$PKG install
}