#!/bin/bash

source /usr/share/slackdev/buildkit.sh

# slackkit is a normal-style SlackBuild, since it's used to
# build the slackkit package for the x86_64 architcture also.
./slackkit.SlackBuild

rm -fv $PKGSTORE/d/slackkit-*
mv -fv /tmp/slackkit-*.??z $PKGSTORE/d/

