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

Anatol Pomozov anatolik at archlinux.org
Wed Dec 4 00:25:15 UTC 2019


    Date: Wednesday, December 4, 2019 @ 00:25:14
  Author: anatolik
Revision: 535153

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: fatsort/repos/community-testing-x86_64/PKGBUILD (from rev 535152, fatsort/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-12-04 00:25:14 UTC (rev 535153)
@@ -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.2.605
+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=('08cafa36f86ab89e7a3241d437df9af8a008549d7d13416256b7aaa006d5ffb7')
+
+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