void-packages/templates/patch/template
Juan RP e0030bc0fe Split pkgs required by xbps-base-chroot, as it was made in Fedora.
- Added an additional shell func to add full (build/run), build
  or run time dependencies to packages. An optional third parameter
  can be used to specify other version than the one set in
  the depends file.
- Use a "depends" file in package directory to specify minimum
  required ABI/API version for a package, so that there's no need
  to set the version all the time in pkgs.
- Updated bash to 4.0.

--HG--
extra : convert_revision : 1aa0ce32d4bdc2cd371eac19ae7bcff2c986b6b3
2009-02-24 07:13:11 +01:00

18 lines
593 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
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