#!/bin/bash # This script is here because I need to build the mkisofs-riscos # binary -- I build my ISOs on my x86 Slackware box since that's where # the tree resides.. plus it's faster than ARM :) # source /usr/share/slackdev/buildkit.sh # Package metadata: export PACKAGE=cdrtools export PKGSERIES=/ export PKGSTORE=/tmp export VERSION=2.01 export BUILD=1 export ARCH=i486 export SLACKPACKAGE=$PACKAGE-$VERSION-$ARCH-$BUILD.tgz # Launch the package build script: ./$PACKAGE.SlackBuild