From 870583f018ce46267f84791fd40f8da3f4d7185a Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 31 Mar 2013 10:58:01 +0000 Subject: [PATCH] Add fatsort, an utility to sort FAT entries in FAT16/32 filesystems. (cherry picked from commit 0ef6cfc873f7e421d63b81179170eb44d78a78a8) --- sys-fs/fatsort/fatsort-0.9.17.269.bep | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sys-fs/fatsort/fatsort-0.9.17.269.bep diff --git a/sys-fs/fatsort/fatsort-0.9.17.269.bep b/sys-fs/fatsort/fatsort-0.9.17.269.bep new file mode 100644 index 000000000..699daffaa --- /dev/null +++ b/sys-fs/fatsort/fatsort-0.9.17.269.bep @@ -0,0 +1,20 @@ +DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players." +HOMEPAGE="http://fatsort.sourceforge.net/" +SRC_URI="http://downloads.sourceforge.net/project/fatsort/fatsort-0.9.17.269.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Ffatsort%2Ffiles%2F&ts=1364726083&use_mirror=freefr" +CHECKSUM_MD5="3d04984b08afe8119475d0f1343120db" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" + +BUILD { + cd fatsort-0.9.17.269 + make CFLAGS="-include /boot/develop/headers/posix/stdint.h" LDFLAGS=-ltextencoding +} + +INSTALL { + cd fatsort-0.9.17.269 + make install MANDIR=/boot/common/documentation/man/man1 SBINDIR=/boot/common/bin +} + +LICENSE="GNU GPL v2" +COPYRIGHT="2004 Boris Leidner"