3667f039f2
This removes many assignments that were needed before, and fixes some packages to install its manpage/info files. --HG-- extra : convert_revision : 5422f921ef81d089ed95ce0c52e5106ea10b2165
20 lines
710 B
Text
20 lines
710 B
Text
# 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
|