mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/fuse-exfat: Updated for version 1.2.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
a7101b5ad9
commit
4ea49e783b
3 changed files with 8 additions and 4 deletions
3
system/fuse-exfat/doinst.sh
Normal file
3
system/fuse-exfat/doinst.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# `mount -t extfs` looks in /sbin
|
||||||
|
( cd sbin ; rm -rf mount.exfat )
|
||||||
|
( cd sbin ; ln -sf /usr/sbin/mount.exfat mount.exfat )
|
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=fuse-exfat
|
PRGNAM=fuse-exfat
|
||||||
VERSION=${VERSION:-1.2.0}
|
VERSION=${VERSION:-1.2.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -93,6 +93,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="fuse-exfat"
|
PRGNAM="fuse-exfat"
|
||||||
VERSION="1.2.0"
|
VERSION="1.2.1"
|
||||||
HOMEPAGE="https://github.com/relan/exfat"
|
HOMEPAGE="https://github.com/relan/exfat"
|
||||||
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.0/fuse-exfat-1.2.0.tar.gz"
|
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.1/fuse-exfat-1.2.1.tar.gz"
|
||||||
MD5SUM="352bdddfa3d8bbee5ffc8ee9e212964f"
|
MD5SUM="9d889d2c3d8c3080c442eb55717ee73b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue