#!/bin/sh # Slackware build script for irssi-python # Written by B. Watson (yalhcru@gmail.com) # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. # A note about the download URL: I'm stuck using the github # auto-generated one, even though upstream created a static release # tarball. Unfortunately, the release tarball is un-buildable because it's # missing various files. Also it's missing the entire doc/ directory. PRGNAM=irssi-python VERSION=${VERSION:-test4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Unfortunately we have to pick an irssi version to be the default, # because the DOWNLOAD links are static (can't have $VERSION or such in # them). 1.0.7 is the latest in patches/ at the time of this writing. IRSSI_VER="${IRSSI_VER:-1.0.7}" # Alert the user (but don't stop the build) if $IRSSI_VER doesn't match # the installed version of irssi. SYS_IRSSI="$( irssi --version | cut -d' ' -f2 )" if [ "$IRSSI_VER" != "$SYS_IRSSI" ]; then cat < $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install sed "s/@IRSSI_VER@/$IRSSI_VER/" $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}