21 lines
710 B
Plaintext
21 lines
710 B
Plaintext
# Template file for 'patch'
|
|
pkgname=patch
|
|
version=2.5.9
|
|
distfiles="ftp://alpha.gnu.org/gnu/diffutils/patch-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
make_install_args="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
|
mandir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man"
|
|
short_desc="Patch files using diff output"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=ecb5c6469d732bcf01d6ec1afe9e64f1668caba5bfdb103c28d7f537ba3cdb8a
|
|
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.
|
|
|
|
This is the GPL version from the Free Software Foundation."
|
|
|
|
base_chroot=yes
|
|
|
|
Add_dependency run glibc
|