#Packager: George Vlahavas pkgname=gnustep-gui pkgver=0.22.0 pkgrel=1gv source=("ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog*" "authors" "news" "todo" "announce") url=http://www.gnustep.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnustep-gui (GNUStep GUI library)" "GNUStep-GUI provides the Graphical user interface class library for" "GNUStep." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }