void-packages/srcpkgs/patch/template
Juan RP 5355f32aca xbps-src: support building bootstrap pkgs in chroot with -D.
The base_chroot var has been renamed to bootstrap, to avoid conflicts
with the base-chroot pkg. So now you can rebuild any bootstrap package
if the masterdir is ready (base-chroot already) installed and
installation is only to destdir.
2011-07-06 08:16:56 +02:00

18 lines
584 B
Plaintext

# Template file for 'patch'
pkgname=patch
version=2.6.1
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
build_style=gnu_configure
short_desc="Patch files using diff output"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1d1441380c92ed8572049411406964a0a987aefd228be3abb8623eca1f3ced8a
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."
bootstrap=yes
Add_dependency run glibc