libraries/libisoburn: Updated for version 1.1.6 (+new maintainer)

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2011-11-06 10:16:07 -02:00 committed by Robby Workman
parent 8b58085308
commit 851b449f02
3 changed files with 16 additions and 13 deletions

View file

@ -1,18 +1,21 @@
#!/bin/sh
# Slackware build script for libisoburn
# Home Page http://libburnia-project.org/wiki/Libisoburn
# Written by Larry Hajali <larryhaja[at]gmail[dot]com.
# New Maintainer - Nishant Limbachia <nishant _AT_ mnspace _DOT_ net> - 11/04/2011
PRGNAM=libisoburn
VERSION=${VERSION:-1.0.4}
VERSION=${VERSION:-1.1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -42,7 +45,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.pl00.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \

View file

@ -1,10 +1,10 @@
PRGNAM="libisoburn"
VERSION="1.0.4"
VERSION="1.1.6"
HOMEPAGE="http://libburnia-project.org/wiki/Libisoburn"
DOWNLOAD="http://files.libburnia-project.org/releases/libisoburn-1.0.4.pl00.tar.gz"
MD5SUM="ba21567325bda50f02d406f46c3c8392"
DOWNLOAD="http://files.libburnia-project.org/releases/libisoburn-1.1.6.tar.gz"
MD5SUM="132746d3662005fd4dd462fc5d80d588"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="Erik Hanson"
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
APPROVED="Niels Horn"

View file

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
libisoburn: libisoburn (Frontend for libburn and libisofs)
libisoburn:
libisoburn:
libisoburn: libisoburn is a frontend for libraries libburn and libisofs which
libisoburn: enables creation and expansion of ISO-9660 filesystems on all
libisoburn: CD/DVD/BD media supported by libburn. This includes media like DVD+RW,
libisoburn: which do not support multi-session management on media level and even
libisoburn: plain disk files or block devices. The price for that is thorough
libisoburn: specialization on data files in ISO-9660 filesystem images.
libisoburn:
libisoburn:
libisoburn: Homepage: http://libburnia-project.org/wiki/Libisoburn
libisoburn:
libisoburn: