mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
20 lines
371 B
Plaintext
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
|
|
}
|