diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2011-11-06 10:16:07 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:09:07 -0600 |
commit | 851b449f02536a250e74989d9390f9be22504c38 (patch) | |
tree | 4b641c0e30efa19ef0f14a212498c8ddb1b47f4e /libraries/libisoburn | |
parent | 8b58085308c02d1e518ffed6e07f1d80a27e3519 (diff) | |
download | slackbuilds-851b449f02536a250e74989d9390f9be22504c38.tar.gz |
libraries/libisoburn: Updated for version 1.1.6 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libisoburn')
-rw-r--r-- | libraries/libisoburn/libisoburn.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/libisoburn/libisoburn.info | 12 | ||||
-rw-r--r-- | libraries/libisoburn/slack-desc | 6 |
3 files changed, 16 insertions, 13 deletions
diff --git a/libraries/libisoburn/libisoburn.SlackBuild b/libraries/libisoburn/libisoburn.SlackBuild index 35a8d4f1fd..14a1a9e262 100644 --- a/libraries/libisoburn/libisoburn.SlackBuild +++ b/libraries/libisoburn/libisoburn.SlackBuild @@ -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 . \ diff --git a/libraries/libisoburn/libisoburn.info b/libraries/libisoburn/libisoburn.info index 2b4905674c..407e825e9a 100644 --- a/libraries/libisoburn/libisoburn.info +++ b/libraries/libisoburn/libisoburn.info @@ -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" diff --git a/libraries/libisoburn/slack-desc b/libraries/libisoburn/slack-desc index fd1f3ec88f..bc9d1bbca8 100644 --- a/libraries/libisoburn/slack-desc +++ b/libraries/libisoburn/slack-desc @@ -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:
\ No newline at end of file +libisoburn: |