mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
19 lines
345 B
Plaintext
19 lines
345 B
Plaintext
DESCRIPTION="sharutils"
|
|
HOMEPAGE="http://www.gzip.org/"
|
|
SRC_URI="ftp://ftp.gnu.org/gnu/sharutils/REL-4.6.3/sharutils-4.6.3.tar.gz"
|
|
REVISION="1"
|
|
STATUS_R5="untested"
|
|
STATUS_BONE="untested"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd sharutils-4.6.3
|
|
./configure --prefix=/boot/home/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd sharutils-4.6.3
|
|
make install
|
|
}
|