[arch-commits] Commit in fuse-exfat/repos (4 files)

Giovanni Scafora giovanni at archlinux.org
Fri Sep 11 06:10:29 UTC 2015


    Date: Friday, September 11, 2015 @ 08:10:29
  Author: giovanni
Revision: 139920

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fuse-exfat/repos/community-i686/PKGBUILD
    (from rev 139919, fuse-exfat/trunk/PKGBUILD)
  fuse-exfat/repos/community-x86_64/PKGBUILD
    (from rev 139919, fuse-exfat/trunk/PKGBUILD)
Deleted:
  fuse-exfat/repos/community-i686/PKGBUILD
  fuse-exfat/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------
 community-x86_64/PKGBUILD |   26 ----------------
 3 files changed, 70 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-09-11 06:10:19 UTC (rev 139919)
+++ community-i686/PKGBUILD	2015-09-11 06:10:29 UTC (rev 139920)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: GaoShichao <xgdgsc at gmail.com>
-
-pkgname=fuse-exfat
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Free exFAT file system implementation"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/"
-license=('GPL3')
-depends=('fuse')
-makedepends=('scons')
-optdepends=('exfat-utils: utilities for exFAT file system'
-            'util-linux: to mount exFAT volumes automatically')
-source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b2a23c032661cb1c1da4514e7af33916')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man page
-  install -Dm444 fuse/mount.exfat-fuse.8 "${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8"
-} 

Copied: fuse-exfat/repos/community-i686/PKGBUILD (from rev 139919, fuse-exfat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-09-11 06:10:29 UTC (rev 139920)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: GaoShichao <xgdgsc at gmail.com>
+
+pkgname=fuse-exfat
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Free exFAT file system implementation"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/"
+license=('GPL2')
+depends=('fuse')
+makedepends=('pkg-config')
+optdepends=('exfat-utils: utilities for exFAT file system'
+            'util-linux: to mount exFAT volumes automatically')
+source=("https://github.com/relan/exfat/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('352bdddfa3d8bbee5ffc8ee9e212964f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+    ./configure --prefix=/usr \
+              --sbindir=/usr/bin
+
+  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+} 
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install man page
+  install -Dm444 fuse/mount.exfat-fuse.8 "${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-09-11 06:10:19 UTC (rev 139919)
+++ community-x86_64/PKGBUILD	2015-09-11 06:10:29 UTC (rev 139920)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: GaoShichao <xgdgsc at gmail.com>
-
-pkgname=fuse-exfat
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Free exFAT file system implementation"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/"
-license=('GPL3')
-depends=('fuse')
-makedepends=('scons')
-optdepends=('exfat-utils: utilities for exFAT file system'
-            'util-linux: to mount exFAT volumes automatically')
-source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b2a23c032661cb1c1da4514e7af33916')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man page
-  install -Dm444 fuse/mount.exfat-fuse.8 "${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8"
-} 

Copied: fuse-exfat/repos/community-x86_64/PKGBUILD (from rev 139919, fuse-exfat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-09-11 06:10:29 UTC (rev 139920)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: GaoShichao <xgdgsc at gmail.com>
+
+pkgname=fuse-exfat
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Free exFAT file system implementation"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/"
+license=('GPL2')
+depends=('fuse')
+makedepends=('pkg-config')
+optdepends=('exfat-utils: utilities for exFAT file system'
+            'util-linux: to mount exFAT volumes automatically')
+source=("https://github.com/relan/exfat/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('352bdddfa3d8bbee5ffc8ee9e212964f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+    ./configure --prefix=/usr \
+              --sbindir=/usr/bin
+
+  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+} 
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install man page
+  install -Dm444 fuse/mount.exfat-fuse.8 "${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8"
+}



More information about the arch-commits mailing list