Files
haikuports/sys-devel/patch/patch-2.7.4.recipe
Jerome Duval cf7c697390 patch: bump version
Failed tests summary:
FAIL: backup-prefix-suffix
FAIL: preserve-mode-and-timestamp
FAIL: remember-backup-files
FAIL: symlinks
FAIL: unmodified-files
2015-02-16 18:22:33 +00:00

51 lines
887 B
Plaintext

SUMMARY="Utility to apply diffs to files"
DESCRIPTION="
Patch takes a patch file containing a difference listing produced by the diff \
program and applies those differences to one or more original files, producing \
patched versions.
"
LICENSE="GNU GPL v3"
COPYRIGHT="2012-2015 Free Software Foundation, Inc."
HOMEPAGE="http://www.gnu.org/software/patch/"
SRC_URI="http://ftp.gnu.org/pub/gnu/patch/patch-$portVersion.tar.bz2"
CHECKSUM_SHA256="bf1c0d7db8212aa7bd4a780acd381c93e79469bf44fa4923236e306cc247a4e4"
ARCHITECTURES="x86 x86_gcc2 x86_64 arm"
REVISION="1"
PATCHES="patch-$portVersion.patchset"
PROVIDES="
patch = $portVersion
cmd:patch = $portVersion
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
haiku_devel
cmd:awk
cmd:make
cmd:gcc
cmd:git
"
BUILD()
{
runConfigure ./configure
make
}
INSTALL()
{
make install
rm $libDir/charset.alias
}
TEST()
{
make check
}