mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libisoburn: Updated for version 1.1.6 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
8b58085308
commit
851b449f02
3 changed files with 16 additions and 13 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue