sharutils builds fine now, adding initial bep file

This commit is contained in:
Scott McCreary
2008-08-21 06:43:20 +00:00
parent 6a91ff0158
commit a3207160cc

View File

@@ -0,0 +1,18 @@
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
}