2008-10-24 01:33:27 +00:00
|
|
|
# Template file for 'patch'
|
|
|
|
pkgname=patch
|
2010-01-13 20:52:56 +00:00
|
|
|
version=2.6.1
|
2009-11-23 05:22:23 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
|
2008-10-24 01:33:27 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Patch files using diff output"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-01-13 20:52:56 +00:00
|
|
|
checksum=1d1441380c92ed8572049411406964a0a987aefd228be3abb8623eca1f3ced8a
|
2008-10-24 01:33:27 +00:00
|
|
|
long_desc="
|
2009-11-23 05:22:23 +00:00
|
|
|
patch takes a patch file containing a difference listing
|
2008-10-24 01:33:27 +00:00
|
|
|
produced by diff and applies those differences to one or
|
|
|
|
more original files, producing patched versions.
|
|
|
|
|
|
|
|
This is the GPL version from the Free Software Foundation."
|
2008-10-27 06:42:40 +00:00
|
|
|
|
2011-07-06 06:16:56 +00:00
|
|
|
bootstrap=yes
|
2009-02-24 06:13:11 +00:00
|
|
|
Add_dependency run glibc
|