mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libisoburn: Updated for version 1.3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d1f990aea0
commit
ce8f82fc62
2 changed files with 10 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
||||||
# New Maintainer - Nishant Limbachia <nishant _AT_ mnspace _DOT_ net> - 11/04/2011
|
# New Maintainer - Nishant Limbachia <nishant _AT_ mnspace _DOT_ net> - 11/04/2011
|
||||||
|
|
||||||
PRGNAM="libisoburn"
|
PRGNAM="libisoburn"
|
||||||
VERSION=${VERSION:-1.3.6}
|
VERSION=${VERSION:-1.3.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -45,14 +45,14 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.pl01.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="libisoburn"
|
PRGNAM="libisoburn"
|
||||||
VERSION="1.3.6"
|
VERSION="1.3.8"
|
||||||
HOMEPAGE="http://libburnia-project.org/wiki/Libisoburn"
|
HOMEPAGE="http://libburnia-project.org/wiki/Libisoburn"
|
||||||
DOWNLOAD="http://files.libburnia-project.org/releases/libisoburn-1.3.6.pl01.tar.gz"
|
DOWNLOAD="http://files.libburnia-project.org/releases/libisoburn-1.3.8.tar.gz"
|
||||||
MD5SUM="51f010e022b54e38a5f0c194b78c5b3a"
|
MD5SUM="4f1c2290a2d02bdb709c3707fd9f1ae6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libisofs libburn"
|
REQUIRES="libburn libisofs"
|
||||||
MAINTAINER="Nishant Limbachia"
|
MAINTAINER="Nishant Limbachia"
|
||||||
EMAIL="nishant@mnspace.net"
|
EMAIL="nishant@mnspace.net"
|
||||||
|
|
Loading…
Reference in a new issue