GCI task: added grep-2.14 and patch-2.7.1

This commit is contained in:
korli
2012-12-26 21:22:17 +00:00
parent 51d6e4396e
commit cb92899296
3 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="Utility to apply diffs to files"
HOMEPAGE="http://www.gnu.org/software/patch/"
SRC_URI="http://ftp.gnu.org/pub/gnu/patch/patch-2.7.1.tar.bz2"
CHECKSUM_MD5="0881a7c6477862fc395f373ada0ec6b6"
STATUS_HAIKU="stable"
REVISION="1"
BUILD {
cd patch-2.7.1
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {
cd patch-2.7.1
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2012 Free Software Foundation, Inc."