diff options
author | Chris Abela <kristofru@gmail.com> | 2013-06-19 21:03:35 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-19 21:03:35 -0300 |
commit | d9470c7cf253484ac898ea1c4dea9c25f6aa7a88 (patch) | |
tree | 3b9b1a4528436986ce40dee6d44da7776136ced9 /system/burp/burp.SlackBuild | |
parent | a67db7ce0408faa9a2841223e12b8fbccecb694c (diff) | |
download | slackbuilds-d9470c7cf253484ac898ea1c4dea9c25f6aa7a88.tar.gz |
system/burp: Updated for version 1.3.32.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/burp/burp.SlackBuild')
-rw-r--r-- | system/burp/burp.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/burp/burp.SlackBuild b/system/burp/burp.SlackBuild index e7fe1032ba..53d6d6f49e 100644 --- a/system/burp/burp.SlackBuild +++ b/system/burp/burp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for burp -# Copyright 2011, 2012 Chris Abela, Malta +# Copyright 2011, 2012, 2013 Chris Abela, Malta # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=burp -VERSION=${VERSION:-1.3.18} +VERSION=${VERSION:-1.3.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,6 +97,7 @@ cp -a \ CHANGELOG CONTRIBUTORS DONATIONS LICENSE README TODO UPGRADING docs \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +cat $CWD/README.SBo > $PKG/usr/doc/$PRGNAM-$VERSION/README.SBo mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |