Files
haikuports/app-arch/sharutils/sharutils-4.6.3.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

20 lines
371 B
Plaintext

DESCRIPTION="sharutils"
HOMEPAGE="http://www.gnu.org/software/sharutils/"
SRC_URI="ftp://ftp.gnu.org/gnu/sharutils/REL-4.6.3/sharutils-4.6.3.tar.gz"
CHECKSUM_MD5="74127a560e59be6dfa8b59993eb0ca91"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd sharutils-4.6.3
./configure --prefix=/boot/home/common
make
}
INSTALL()
{
cd sharutils-4.6.3
make install
}