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

Giovanni Scafora giovanni at archlinux.org
Sat Jul 19 13:06:22 UTC 2014


    Date: Saturday, July 19, 2014 @ 15:06:22
  Author: giovanni
Revision: 115957

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-19 13:06:12 UTC (rev 115956)
+++ community-i686/PKGBUILD	2014-07-19 13:06:22 UTC (rev 115957)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/"
-license=('GPL3')
-depends=('glibc')
-makedepends=('scons')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e592130829d0bf61fa5e3cd1c759d329')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-i686/PKGBUILD (from rev 115956, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-19 13:06:22 UTC (rev 115957)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/"
+license=('GPL3')
+depends=('glibc')
+makedepends=('scons')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
+md5sums=('bb592bd31dc49cca5831bad53756bd84')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
+
+  # Install man pages
+  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
+  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-19 13:06:12 UTC (rev 115956)
+++ community-x86_64/PKGBUILD	2014-07-19 13:06:22 UTC (rev 115957)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/"
-license=('GPL3')
-depends=('glibc')
-makedepends=('scons')
-source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e592130829d0bf61fa5e3cd1c759d329')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-x86_64/PKGBUILD (from rev 115956, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-19 13:06:22 UTC (rev 115957)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/"
+license=('GPL3')
+depends=('glibc')
+makedepends=('scons')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
+md5sums=('bb592bd31dc49cca5831bad53756bd84')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
+
+  # Install man pages
+  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
+  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
+}




More information about the arch-commits mailing list