mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Updated findutils and diffutils. Added a patch for diffutils to allow make check to build and run.
This commit is contained in:
22
sys-apps/diffutils/diffutils-3.0.bep
Normal file
22
sys-apps/diffutils/diffutils-3.0.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION="Tools to make diffs and compare files."
|
||||
HOMEPAGE="http://www.gnu.org/software/diffutils/"
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/diffutils/diffutils-3.0.tar.gz"
|
||||
CHECKSUM_MD5="684aaba1baab743a2a90e52162ff07da"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd diffutils-3.0
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--mandir=${MANDIR}
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd diffutils-3.0
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
|
||||
Reference in New Issue
Block a user