Cleanup fallout from cherry-picks (renaming .bep to .recipe).

This commit is contained in:
Oliver Tappe
2013-09-17 01:14:53 +02:00
parent b0e932557c
commit 80d36572c0
8 changed files with 0 additions and 0 deletions

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"