[arch-commits] Commit in fatsort/repos (2 files)

Anatol Pomozov anatolik at archlinux.org
Tue Nov 17 18:11:48 UTC 2020


    Date: Tuesday, November 17, 2020 @ 18:11:48
  Author: anatolik
Revision: 756808

archrelease: copy trunk to community-testing-x86_64

Added:
  fatsort/repos/community-testing-x86_64/
  fatsort/repos/community-testing-x86_64/PKGBUILD
    (from rev 756807, fatsort/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: fatsort/repos/community-testing-x86_64/PKGBUILD (from rev 756807, fatsort/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-11-17 18:11:48 UTC (rev 756808)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Natan Vivo <nvivo64_gmail_com>
+# Contributor: rabyte <rabyte*gmail>
+# Contributor: Simon Morgan <simon at 16hz.net>
+
+pkgname=fatsort
+pkgver=1.6.3.622
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+#checkdepends=(dosfstools bbe)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('481c94ea08f6faaafe67594726d70fb3e3d5ac9672745f0034e55134ea5256fc')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # the tests require sudo so we cannot use it in a clean environment build
+  # make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}



More information about the arch-commits mailing list