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

Anatol Pomozov anatolik at archlinux.org
Mon Jan 30 21:00:51 UTC 2017


    Date: Monday, January 30, 2017 @ 21:00:50
  Author: anatolik
Revision: 209566

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

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

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

Copied: exfat-utils/repos/community-testing-i686/PKGBUILD (from rev 209565, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-01-30 21:00:50 UTC (rev 209566)
@@ -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.6
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat"
+license=('GPL2')
+depends=('glibc' 'fuse2')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
+md5sums=('fda0118d0bc5f0d38b7fd138032066cc')
+
+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-testing-x86_64/PKGBUILD (from rev 209565, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-01-30 21:00:50 UTC (rev 209566)
@@ -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.6
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat"
+license=('GPL2')
+depends=('glibc' 'fuse2')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
+md5sums=('fda0118d0bc5f0d38b7fd138032066cc')
+
+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