Add fatsort, an utility to sort FAT entries in FAT16/32 filesystems.

(cherry picked from commit 0ef6cfc873)
This commit is contained in:
Adrien Destugues
2013-03-31 10:58:01 +00:00
committed by Oliver Tappe
parent b5227643fe
commit 870583f018

View File

@@ -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"