2008-10-24 01:33:27 +00:00
|
|
|
# Template file for 'patch'
|
|
|
|
pkgname=patch
|
2012-09-29 08:13:53 +00:00
|
|
|
version=2.7.1
|
2013-02-01 11:06:33 +00:00
|
|
|
revision=3
|
2012-09-13 06:54:06 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-14 09:13:30 +00:00
|
|
|
makedepends="attr-devel ed"
|
2008-10-24 01:33:27 +00:00
|
|
|
short_desc="Patch files using diff output"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-13 06:54:06 +00:00
|
|
|
homepage="http://www.gnu.org/software/patch/patch.html"
|
|
|
|
license="GPL-3"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
|
2012-09-29 08:13:53 +00:00
|
|
|
checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11
|
2013-04-14 09:13:30 +00:00
|
|
|
|
|
|
|
patch_package() {
|
|
|
|
# Required by patch -e functionality.
|
|
|
|
depends="ed"
|
|
|
|
conflicts="chroot-patch>=0"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|