Files
haikuports/app-arch/sharutils/sharutils-4.10.bep
Matt Madia c31e6a9478 Additional directory cleanup. NOTE: This uses a single invocation of finddir
and constructs the mandir, infodir, etc off of that.
2011-03-26 13:26:58 +00:00

26 lines
652 B
Plaintext

DESCRIPTION="sharutils"
HOMEPAGE="http://www.gnu.org/software/sharutils/"
SRC_URI="ftp://ftp.gnu.org/gnu/sharutils/sharutils-4.10.tar.gz"
CHECKSUM_MD5="c8bbfa89810ce9f5399b38392549207c"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
BUILD {
cd sharutils-4.10
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--infodir=$COMMON_DOCS/info \
--mandir=$COMMON_DOCS/man \
--disable-nls
make
}
INSTALL {
cd sharutils-4.10
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="1990-2010 Free Software Foundation, Inc."