#Packager: Name pkgname=glade pkgver=3.22.1 pkgrel=1dj source=("http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-$pkgver.tar.xz") docs=("AUTHORS" "COPYING*" "INSTALL" "NEWS" "README*" "TODO") url=https://glade.gnome.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "glade (GTK+ User Interface Builder)" "Glade is a RAD tool to enable quick & easy development of user" "interfaces for the Gtk+ toolkit and the GNOME desktop environment." "The user interfaces designed in Glade are stored in XML format," "enabling easy integration with external tools." "This version of Glade (Glade-3) is a complete rewrite of the original" "Glade codebase." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --disable-static \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }