libraries/libburn: Updated for version 1.3.6 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2014-04-06 09:19:20 +07:00 committed by Willy Sudiarto Raharjo
parent 8802dd9cc2
commit 7431dcd8f2
2 changed files with 11 additions and 8 deletions

View File

@ -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 . \

View File

@ -1,10 +1,10 @@
PRGNAM="libburn"
VERSION="1.3.4"
VERSION="1.3.6"
HOMEPAGE="http://libburnia-project.org/wiki/Libburn"
DOWNLOAD="http://files.libburnia-project.org/releases/libburn-1.3.4.tar.gz"
MD5SUM="6aaaf2cfb09584e69991250e619789b4"
DOWNLOAD="http://files.libburnia-project.org/releases/libburn-1.3.6.pl01.tar.gz"
MD5SUM="ebfecd07b09f0e6a06c97bcdaa3f8fa3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Robby Workman"
EMAIL="rworkman@slackbuilds.org"
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"