2008-10-24 03:33:27 +02:00
|
|
|
# Template file for 'patch'
|
|
|
|
pkgname=patch
|
2012-09-29 10:13:53 +02:00
|
|
|
version=2.7.1
|
2013-02-01 12:06:33 +01:00
|
|
|
revision=3
|
2012-09-13 08:54:06 +02:00
|
|
|
build_style=gnu-configure
|
2013-04-14 11:13:30 +02:00
|
|
|
makedepends="attr-devel ed"
|
2008-10-24 03:33:27 +02:00
|
|
|
short_desc="Patch files using diff output"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-13 08:54:06 +02: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 10:13:53 +02:00
|
|
|
checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11
|
2013-04-14 11:13:30 +02:00
|
|
|
|
|
|
|
patch_package() {
|
|
|
|
# Required by patch -e functionality.
|
|
|
|
depends="ed"
|
|
|
|
conflicts="chroot-patch>=0"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|