mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
25 lines
695 B
Bash
25 lines
695 B
Bash
DESCRIPTION="
|
|
Sorts files on FAT16/32 partitions, ideal for basic audio players.
|
|
"
|
|
HOMEPAGE="http://fatsort.sourceforge.net/"
|
|
SOURCE_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"
|