summaryrefslogtreecommitdiff
path: root/community/fatsort
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
commitd8679f0250762892ab1e1a6d71badc2e9d42a526 (patch)
tree2c5893ffb5a88532e043973210221d10ce07f808 /community/fatsort
parent10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff)
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'community/fatsort')
-rw-r--r--community/fatsort/PKGBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/community/fatsort/PKGBUILD b/community/fatsort/PKGBUILD
index b0119a1c9..b256fc6b7 100644
--- a/community/fatsort/PKGBUILD
+++ b/community/fatsort/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106059 2014-02-21 19:05:15Z anatolik $
+# $Id: PKGBUILD 109044 2014-04-09 19:27:36Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: birdflesh <antkoul at gmail dot com>
# Contributor: Natan Vivo <nvivo64_gmail_com>
@@ -6,7 +6,7 @@
# Contributor: Simon Morgan <simon@16hz.net>
pkgname=fatsort
-pkgver=1.2.355
+pkgver=1.3.365
pkgrel=1
pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
arch=(i686 x86_64)
@@ -14,14 +14,21 @@ 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=('86bc350bd72c96aa83a456f9874c529d2db1b2bf65f00a19356eb3fb73c1ac23')
+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