mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/f2fs_tools: Updated for version 1.6.1.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
ce8f691cfa
commit
de2f954f48
2 changed files with 9 additions and 10 deletions
|
@ -4,7 +4,8 @@
|
|||
# Michales (clavisound) Michaloudes korgie@gmail.com <2014>
|
||||
|
||||
PRGNAM=f2fs_tools
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
SRCNAM=f2fs-tools
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,17 +41,15 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
# canonicalize folder name
|
||||
mv f2fs-tools $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $SRCNAM-v$VERSION
|
||||
tar xvf $CWD/$SRCNAM-v$VERSION.tar.gz
|
||||
cd $SRCNAM-v$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="f2fs_tools"
|
||||
VERSION="1.4.0"
|
||||
VERSION="1.6.1"
|
||||
HOMEPAGE="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
||||
DOWNLOAD="http://clavisound.no-ip.info/minisites/sources/f2fs_tools-1.4.0.tar.xz"
|
||||
MD5SUM="7998bb87fadde28f586caa8a66e24283"
|
||||
DOWNLOAD="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-v1.6.1.tar.gz"
|
||||
MD5SUM="3fc6caa14569e059fc41807e42641a11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue