summaryrefslogtreecommitdiff
path: root/community/fatsort/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:15:08 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:15:08 -0300
commit44ae571c1d57a21af2c915b42bb656cf0d69c9ee (patch)
tree757e53f443e27a95d1b1b0cdf337c2147953fc46 /community/fatsort/PKGBUILD
parenteadbb9961b89668e4aed317f5dd97cb04e86663e (diff)
parent1d20e4962664ab152948a14b4320b12204a1053e (diff)
Merge branch 'master' of gparabola:abslibre/abslibre-pre-mips64el
Conflicts: community/libftdi/PKGBUILD community/lxshortcut/PKGBUILD community/pcmanfm/PKGBUILD community/qingy/PKGBUILD community/yagf/PKGBUILD extra/ethtool/PKGBUILD extra/gptfdisk/PKGBUILD extra/postgresql/PKGBUILD extra/xfburn/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'community/fatsort/PKGBUILD')
-rw-r--r--community/fatsort/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/community/fatsort/PKGBUILD b/community/fatsort/PKGBUILD
new file mode 100644
index 000000000..b0119a1c9
--- /dev/null
+++ b/community/fatsort/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 106059 2014-02-21 19:05:15Z anatolik $
+# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Natan Vivo <nvivo64_gmail_com>
+# Contributor: rabyte <rabyte*gmail>
+# Contributor: Simon Morgan <simon@16hz.net>
+
+pkgname=fatsort
+pkgver=1.2.355
+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)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('86bc350bd72c96aa83a456f9874c529d2db1b2bf65f00a19356eb3fb73c1ac23')
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}