#!/bin/sh # Slackware build script for p4 # Manpage from: http://www.perforce.com/perforce/doc.052/man/p4.1 # Written by Andy Bailey $PKG/usr/man/man1/p4.1.gz chown root:root $PKG/usr/bin/p4 $PKG/usr/man/man1/p4.1.gz chmod 0755 $PKG/usr/bin/p4 chmod 0644 $PKG/usr/man/man1/p4.1.gz mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}