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

Giovanni Scafora giovanni at archlinux.org
Sat Jul 19 13:14:15 UTC 2014


    Date: Saturday, July 19, 2014 @ 15:14:14
  Author: giovanni
Revision: 115959

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-19 13:14:05 UTC (rev 115958)
+++ community-i686/PKGBUILD	2014-07-19 13:14:14 UTC (rev 115959)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: GaoShichao <xgdgsc at gmail.com>
-
-pkgname=fuse-exfat
-pkgver=1.0.1
-pkgrel=2
-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://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7988a5111841593231f20af22153362d')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS}" 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 115958, fuse-exfat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-19 13:14:14 UTC (rev 115959)
@@ -0,0 +1,26 @@
+# $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"
+} 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-19 13:14:05 UTC (rev 115958)
+++ community-x86_64/PKGBUILD	2014-07-19 13:14:14 UTC (rev 115959)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: GaoShichao <xgdgsc at gmail.com>
-
-pkgname=fuse-exfat
-pkgver=1.0.1
-pkgrel=2
-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://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7988a5111841593231f20af22153362d')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS}" 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 115958, fuse-exfat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-19 13:14:14 UTC (rev 115959)
@@ -0,0 +1,26 @@
+# $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"
+} 




More information about the arch-commits mailing list