#!/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 PKGNAM=cdrtools
export PKGSERIES=/
export PKGSTORE=/tmp
export VERSION=2.01.01a23
export BUILD=1
export ARCH=i486
export SLACKPACKAGE=$PKGNAM-$VERSION-$ARCH-$BUILD.tgz

# Launch the package build script:
./$PKGNAM.SlackBuild
