mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
libraries/libburn: Updated for version 1.1.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
091ce05547
commit
effa4a4082
3 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libburn
|
||||
VERSION=1.0.4
|
||||
VERSION=1.1.6
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,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 .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libburn"
|
||||
VERSION="1.0.4"
|
||||
VERSION="1.1.6"
|
||||
HOMEPAGE="http://libburnia-project.org/wiki/Libburn"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libburn-1.0.4.pl00.tar.gz"
|
||||
MD5SUM="edc117aa6d02a19c5aafe30d95df5e80"
|
||||
DOWNLOAD="http://files.libburnia-project.org/releases/libburn-1.1.6.tar.gz"
|
||||
MD5SUM="741604c3d4064502f06bae20293c508c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-----------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libburn: libburn (optical media writing library)
|
||||
libburn:
|
||||
libburn: libburn is a library by which preformatted data gets onto optical
|
||||
|
|
Loading…
Reference in a new issue