Files
haikuports/app-arch/sharutils/sharutils-4.6.3.bep
Chris Roberts 54ef9a1dfe Remove/Fix some STATUS_* fields in the beps.
Change downloading technique in smpeg and smjpeg.
2010-05-14 03:17:12 +00:00

18 lines
367 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
}