diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-09-03 23:05:45 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-05 18:24:45 +0700 |
commit | 5edcd87f532db7a5fa5e76b06ac55ca236b0f8d5 (patch) | |
tree | be0a67b15ef6c8d1b80ccc78cec02ae6b55491f0 /system/fuse-exfat | |
parent | 0fff19be2897510a6b2ae3b629e7cefda8d874a2 (diff) |
system/fuse-exfat: Updated for version 1.2.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/fuse-exfat')
-rw-r--r-- | system/fuse-exfat/fuse-exfat.SlackBuild | 18 | ||||
-rw-r--r-- | system/fuse-exfat/fuse-exfat.info | 10 | ||||
-rw-r--r-- | system/fuse-exfat/slack-desc | 2 |
3 files changed, 21 insertions, 9 deletions
diff --git a/system/fuse-exfat/fuse-exfat.SlackBuild b/system/fuse-exfat/fuse-exfat.SlackBuild index 64be2dd5e9f4..b20b2b960121 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 8ef2a43a2e4c..30882acfa29d 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 795cffc65e6d..be34cb222a69 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: |