[arch-commits] Commit in fatsort/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed May 30 20:58:40 UTC 2018


    Date: Wednesday, May 30, 2018 @ 20:58:39
  Author: anatolik
Revision: 333500

archrelease: copy trunk to community-x86_64

Added:
  fatsort/repos/community-x86_64/PKGBUILD
    (from rev 333499, fatsort/trunk/PKGBUILD)
Deleted:
  fatsort/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 20:58:09 UTC (rev 333499)
+++ PKGBUILD	2018-05-30 20:58:39 UTC (rev 333500)
@@ -1,35 +0,0 @@
-# $Id$
-# 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.3.365
-pkgrel=1
-pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
-arch=(i686 x86_64)
-url='http://fatsort.sourceforge.net'
-license=(GPL)
-depends=(glibc)
-makedepends=(help2man)
-#checkdepends=(dosfstools bbe)
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('77acc374b189e80e3d75d3508f3c0ca559f8030f1c220f7cfde719a4adb03f3d')
-
-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
-}

Copied: fatsort/repos/community-x86_64/PKGBUILD (from rev 333499, fatsort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 20:58:39 UTC (rev 333500)
@@ -0,0 +1,35 @@
+# $Id$
+# 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.3.365
+pkgrel=2
+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=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('77acc374b189e80e3d75d3508f3c0ca559f8030f1c220f7cfde719a4adb03f3d')
+
+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