Files
haikuports/sys-apps/coreutils/coreutils-8.5.bep
Scott McCreary 7d8de3b7f9 Moved several patches into patches directories. Added initial .bep file
for coreutils, along with a patch file so that it builds cleanly.
2010-09-24 23:20:06 +00:00

21 lines
466 B
Plaintext

DESCRIPTION="standard GNU file utilities"
HOMEPAGE="http://www.gnu.org/software/coreutils"
SRC_URI="http://ftp.gnu.org/gnu/coreutils/coreutils-8.5.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="c1ffe586d001e87d66cd80c4536ee823"
BUILD {
cd coreutils-8.5
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd coreutils-8.5
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="1994-1996, 2000-2010 Free Software Foundation, Inc."