diff options
Diffstat (limited to 'desktop/xpenguins-xtrathemes/xpenguins-xtrathemes.SlackBuild')
-rw-r--r-- | desktop/xpenguins-xtrathemes/xpenguins-xtrathemes.SlackBuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/desktop/xpenguins-xtrathemes/xpenguins-xtrathemes.SlackBuild b/desktop/xpenguins-xtrathemes/xpenguins-xtrathemes.SlackBuild index 79b9102a868c..65215da6cafd 100644 --- a/desktop/xpenguins-xtrathemes/xpenguins-xtrathemes.SlackBuild +++ b/desktop/xpenguins-xtrathemes/xpenguins-xtrathemes.SlackBuild @@ -30,6 +30,15 @@ PRGNAM=xpenguins-xtrathemes VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +PKGTYPE=${PKGTYPE:-tgz} + +# If the variable PRINT_PACKAGE_NAME is set, then this script will report what +# the name of the created package would be, and then exit. This information +# could be useful to other scripts. +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" + exit 0 +fi TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -83,4 +92,4 @@ 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} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |