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

Anatol Pomozov anatolik at archlinux.org
Mon Oct 8 23:42:48 UTC 2018


    Date: Monday, October 8, 2018 @ 23:42:48
  Author: anatolik
Revision: 391264

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: fatsort/repos/community-testing-x86_64/PKGBUILD (from rev 391263, fatsort/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-10-08 23:42:48 UTC (rev 391264)
@@ -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.5.0.456
+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=('a835b47814fd30d5bad464b839e9fc404bc1a6f5a5b1f6ed760ce9744915de95')
+
+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