#Packager: George Vlahavas pkgname=gnustep-make pkgver=2.6.2 pkgrel=1gv source=("ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-$pkgver.tar.gz") docs=("readme*" "announce" "gnustep-howto" "releasenotes" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.gnustep.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnustep-make (GNUStep makefile package)" "The gnustep-make package contains the makefiles needed to compile any" "GNUstep software." ) 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 sed -i "s|usr/share/man|usr/man|" $startdir/pkg/etc/GNUstep/GNUstep.conf sed -i "s|usr/share/info|usr/info|" $startdir/pkg/etc/GNUstep/GNUstep.conf sed -i "s|usr/lib|usr/lib${LIBDIRSUFFIX}|" $startdir/pkg/etc/GNUstep/GNUstep.conf }