diff options
Diffstat (limited to 'UrbanTerror')
| -rw-r--r-- | UrbanTerror/README | 12 | ||||
| -rw-r--r-- | UrbanTerror/UrbanTerror.SlackBuild | 1 |
2 files changed, 12 insertions, 1 deletions
diff --git a/UrbanTerror/README b/UrbanTerror/README index f7c8359..b403b4f 100644 --- a/UrbanTerror/README +++ b/UrbanTerror/README @@ -11,4 +11,14 @@ Please note: If you have a previous version of UrbanTerror installed please don't use upgradekg with this package. Use removepkg to remove the previous -version first since the paths may differ. +version first since the paths may differ. + +NVCHECKER +--------- +An nvchecker configuration file is installed alongside this README at: + + /usr/doc/UrbanTerror-VERSION/UrbanTerror.nvchecker + +nvchecker (https://github.com/lilydjwg/nvchecker) is a tool for checking +new versions of software. Copy or include this file in your nvchecker +configuration to be notified when a new UrbanTerror release is out. diff --git a/UrbanTerror/UrbanTerror.SlackBuild b/UrbanTerror/UrbanTerror.SlackBuild index 8d6d422..97b1d3d 100644 --- a/UrbanTerror/UrbanTerror.SlackBuild +++ b/UrbanTerror/UrbanTerror.SlackBuild @@ -114,6 +114,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION install -m 644 $CWD/docs/* $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +cat $CWD/$PRGNAM.nvchecker > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.nvchecker mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |
