diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2014-04-06 09:19:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:44:02 +0700 |
commit | 7431dcd8f2457d1acc9910d0e0020cc2968b8a68 (patch) | |
tree | d67dbe1b0236e8d6d75c55f654f3a5eee009eadd /libraries/libburn/libburn.SlackBuild | |
parent | 8802dd9cc2ed0aa6ac24dbc147a830344e82237a (diff) |
libraries/libburn: Updated for version 1.3.6 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libburn/libburn.SlackBuild')
-rw-r--r-- | libraries/libburn/libburn.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libraries/libburn/libburn.SlackBuild b/libraries/libburn/libburn.SlackBuild index 5ed0aa4070db..ddb1b3d84f5e 100644 --- a/libraries/libburn/libburn.SlackBuild +++ b/libraries/libburn/libburn.SlackBuild @@ -5,6 +5,9 @@ # Copyright 2008-2013 Robby Workman, Northport, Alabama, USA # All rights reserved. # +# Copyright 2014 Nishant Limbachia, Hoffman Estates, IL, USA +# All rights reserved. +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -22,8 +25,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=libburn -VERSION=${VERSION:-1.3.4} +PRGNAM="libburn" +VERSION=${VERSION:-1.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +63,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-${VERSION}.tar.gz +tar xvf $CWD/$PRGNAM-${VERSION}.pl01.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |