mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add fatsort, an utility to sort FAT entries in FAT16/32 filesystems.
(cherry picked from commit 0ef6cfc873)
This commit is contained in:
committed by
Oliver Tappe
parent
b5227643fe
commit
870583f018
20
sys-fs/fatsort/fatsort-0.9.17.269.bep
Normal file
20
sys-fs/fatsort/fatsort-0.9.17.269.bep
Normal 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"
|
||||
Reference in New Issue
Block a user