[arch-commits] Commit in dosfstools/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Tobias Powalowski
tpowa at gemini.archlinux.org
Sun Jan 30 20:23:33 UTC 2022
Date: Sunday, January 30, 2022 @ 20:23:32
Author: tpowa
Revision: 435560
archrelease: copy trunk to testing-x86_64
Added:
dosfstools/repos/testing-x86_64/
dosfstools/repos/testing-x86_64/PKGBUILD
(from rev 435559, dosfstools/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: dosfstools/repos/testing-x86_64/PKGBUILD (from rev 435559, dosfstools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-01-30 20:23:32 UTC (rev 435560)
@@ -0,0 +1,30 @@
+# Maintainer:
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=dosfstools
+pkgver=4.2
+pkgrel=2
+pkgdesc="DOS filesystem utilities"
+arch=(x86_64)
+depends=('glibc')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.sig}
+)
+url="https://github.com/dosfstools/dosfstools"
+license=('GPL3')
+validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
+md5sums=('49c8e457327dc61efab5b115a27b087a'
+ 'SKIP')
+
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --libexecdir=/usr/lib \
+ --sbindir=/usr/bin --mandir=/usr/share/man \
+ --docdir=/usr/share/doc/dosfstools --enable-compat-symlinks
+ make
+}
+
+package () {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list