[arch-commits] Commit in exfatprogs/repos (2 files)
Frederik Schwan
freswa at archlinux.org
Tue Feb 9 11:47:40 UTC 2021
Date: Tuesday, February 9, 2021 @ 11:47:40
Author: freswa
Revision: 850980
archrelease: copy trunk to community-testing-x86_64
Added:
exfatprogs/repos/community-testing-x86_64/
exfatprogs/repos/community-testing-x86_64/PKGBUILD
(from rev 850979, exfatprogs/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: exfatprogs/repos/community-testing-x86_64/PKGBUILD (from rev 850979, exfatprogs/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2021-02-09 11:47:40 UTC (rev 850980)
@@ -0,0 +1,32 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Marco Cilloni <krnlpk at gmail.com>
+
+pkgname=exfatprogs
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='exFAT filesystem userspace utilities for the Linux Kernel exfat driver'
+arch=('x86_64')
+url='https://github.com/exfatprogs/exfatprogs'
+license=('GPL2')
+depends=('glibc')
+provides=('exfat-utils')
+conflicts=('exfat-utils')
+source=("https://github.com/exfatprogs/exfatprogs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('811cef719bd384458640872edcbbf95c547d75132b31d5cb1a2dc3f7268cc238ea8d604c764e90b9421581acbc8cbd64a03c4e4baac8cab91751d6d3697ff858')
+
+prepare() {
+ cd exfatprogs-${pkgver}
+ ./autogen.sh
+}
+
+build() {
+ cd exfatprogs-${pkgver}
+ ./configure --prefix=/usr --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd exfatprogs-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 -t "${pkgdir}"/usr/share/man/man8 */*.8
+}
More information about the arch-commits
mailing list