18 lines
646 B
Text
18 lines
646 B
Text
# Template file for 'patch'
|
|
pkgname=patch
|
|
version=2.7.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
# Required by patch -e functionality.
|
|
fulldepends="ed"
|
|
makedepends="attr-devel"
|
|
short_desc="Patch files using diff output"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnu.org/software/patch/patch.html"
|
|
license="GPL-3"
|
|
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
|
|
checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11
|
|
long_desc="
|
|
patch takes a patch file containing a difference listing
|
|
produced by diff and applies those differences to one or
|
|
more original files, producing patched versions."
|