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

Anatol Pomozov anatolik at archlinux.org
Mon Feb 15 18:41:38 UTC 2016


    Date: Monday, February 15, 2016 @ 19:41:38
  Author: anatolik
Revision: 161697

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 161696, exfat-utils/trunk/PKGBUILD)
  exfat-utils/repos/community-testing-x86_64/
  exfat-utils/repos/community-testing-x86_64/PKGBUILD
    (from rev 161696, exfat-utils/trunk/PKGBUILD)

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

Copied: exfat-utils/repos/community-testing-i686/PKGBUILD (from rev 161696, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-02-15 18:41:38 UTC (rev 161697)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat"
+license=('GPL2')
+depends=('glibc' 'fuse')
+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 -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-testing-x86_64/PKGBUILD (from rev 161696, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-02-15 18:41:38 UTC (rev 161697)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat"
+license=('GPL2')
+depends=('glibc' 'fuse')
+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 -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