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

Antonio Rojas arojas at archlinux.org
Sat Jun 11 11:35:31 UTC 2016


    Date: Saturday, June 11, 2016 @ 13:35:30
  Author: arojas
Revision: 179679

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-11 11:35:01 UTC (rev 179678)
+++ community-i686/PKGBUILD	2016-06-11 11:35:30 UTC (rev 179679)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.2.3
-pkgrel=2
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="https://github.com/relan/exfat"
-license=('GPL2')
-depends=('glibc' 'fuse')
-conflicts=('fuse-exfat')
-provides=('fuse-exfat')
-replaces=('fuse-exfat')
-source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
-md5sums=('fd5c1ef6507290f2ff1802043deaab78')
-
-build() {
-  cd exfat-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr \
-              --sbindir=/usr/bin
-
-  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd exfat-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install man pages
-  install -d "${pkgdir}/usr/share/man/man8/"
-  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
-      "${pkgdir}/usr/share/man/man8/"
-}

Copied: exfat-utils/repos/community-i686/PKGBUILD (from rev 179678, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-11 11:35:30 UTC (rev 179679)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat"
+license=('GPL2')
+depends=('glibc' 'fuse')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
+md5sums=('7644cccb8f70603b50c95cebba88005d')
+
+build() {
+  cd exfat-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin
+
+  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd exfat-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install man pages
+  install -d "${pkgdir}/usr/share/man/man8/"
+  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
+      "${pkgdir}/usr/share/man/man8/"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-11 11:35:01 UTC (rev 179678)
+++ community-x86_64/PKGBUILD	2016-06-11 11:35:30 UTC (rev 179679)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.2.3
-pkgrel=2
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="https://github.com/relan/exfat"
-license=('GPL2')
-depends=('glibc' 'fuse')
-conflicts=('fuse-exfat')
-provides=('fuse-exfat')
-replaces=('fuse-exfat')
-source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
-md5sums=('fd5c1ef6507290f2ff1802043deaab78')
-
-build() {
-  cd exfat-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr \
-              --sbindir=/usr/bin
-
-  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd exfat-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install man pages
-  install -d "${pkgdir}/usr/share/man/man8/"
-  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
-      "${pkgdir}/usr/share/man/man8/"
-}

Copied: exfat-utils/repos/community-x86_64/PKGBUILD (from rev 179678, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-11 11:35:30 UTC (rev 179679)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat"
+license=('GPL2')
+depends=('glibc' 'fuse')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
+md5sums=('7644cccb8f70603b50c95cebba88005d')
+
+build() {
+  cd exfat-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin
+
+  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd exfat-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install man pages
+  install -d "${pkgdir}/usr/share/man/man8/"
+  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
+      "${pkgdir}/usr/share/man/man8/"
+}



More information about the arch-commits mailing list