CWD=`pwd` ## I'm ditching this to see if it matters. ## ## _MANY_ apps still require version 2-0 instead of 2-2. #./libgnomeprint1163.build VERSION=2.3.1 cd /tmp tar xjvf $CWD/libgnomeprint-$VERSION.tar.bz2 cd libgnomeprint-$VERSION chown -R root.root . find . -perm 666 -exec chmod 644 {} \; find . -perm 664 -exec chmod 644 {} \; CFLAGS="-O2 -march=i486 -mcpu=i686" \ ./configure --prefix=/usr \ --disable-static \ --sysconfdir=/etc \ --localstatedir=/var/lib \ i486-slackware-linux make make install mkdir -p /usr/doc/libgnomeprint-$VERSION cp -a \ AUTHORS BUGS COPYIN* HACKING MAINTAINERS NEWS README \ /usr/doc/libgnomeprint-$VERSION mkdir -p /install cat $CWD/slack-desc > /install/slack-desc