summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/fuse-exfat/fuse-exfat.SlackBuild18
-rw-r--r--system/fuse-exfat/fuse-exfat.info10
-rw-r--r--system/fuse-exfat/slack-desc2
3 files changed, 21 insertions, 9 deletions
diff --git a/system/fuse-exfat/fuse-exfat.SlackBuild b/system/fuse-exfat/fuse-exfat.SlackBuild
index 64be2dd5e9..b20b2b9601 100644
--- a/system/fuse-exfat/fuse-exfat.SlackBuild
+++ b/system/fuse-exfat/fuse-exfat.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fuse-exfat
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,13 +70,25 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-scons install DESTDIR=$PKG/sbin/
+CFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS" \
+./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --mandir=/usr/man \
+ --docdir=/usr/doc/$PRGNAM-$VERSION \
+ --build=$ARCH-slackware-linux
+
+make
+make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog COPYING $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/fuse-exfat/fuse-exfat.info b/system/fuse-exfat/fuse-exfat.info
index 8ef2a43a2e..30882acfa2 100644
--- a/system/fuse-exfat/fuse-exfat.info
+++ b/system/fuse-exfat/fuse-exfat.info
@@ -1,10 +1,10 @@
PRGNAM="fuse-exfat"
-VERSION="1.1.0"
-HOMEPAGE="https://code.google.com/p/exfat/"
-DOWNLOAD="http://mirror.slackware.hr/sources/exfat/fuse-exfat-1.1.0.tar.gz"
-MD5SUM="b2a23c032661cb1c1da4514e7af33916"
+VERSION="1.2.0"
+HOMEPAGE="https://github.com/relan/exfat"
+DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.0/fuse-exfat-1.2.0.tar.gz"
+MD5SUM="352bdddfa3d8bbee5ffc8ee9e212964f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="scons"
+REQUIRES=""
MAINTAINER="Mario Preksavec"
EMAIL="mario at slackware dot hr"
diff --git a/system/fuse-exfat/slack-desc b/system/fuse-exfat/slack-desc
index 795cffc65e..be34cb222a 100644
--- a/system/fuse-exfat/slack-desc
+++ b/system/fuse-exfat/slack-desc
@@ -15,5 +15,5 @@ fuse-exfat: module.
fuse-exfat:
fuse-exfat: This package contains the FUSE module.
fuse-exfat:
-fuse-exfat: Homepage: https://code.google.com/p/exfat/
+fuse-exfat: Homepage: https://github.com/relan/exfat
fuse-exfat: