Files
haikuports/sys-devel/patch/patch-2.6.1.bep
2011-03-20 05:23:50 +00:00

21 lines
511 B
Plaintext

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.6.1.tar.bz2"
CHECKSUM_MD5="0818d1763ae0c4281bcdc63cdac0b2c0"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd patch-2.6.1
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {
cd patch-2.6.1
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="1989-2009 Free Software Foundation, Inc."