Convert packages to the new template format (p).

This commit is contained in:
Juan RP
2013-04-14 11:13:30 +02:00
parent 2f132e330b
commit 08b4f6aae8
137 changed files with 1368 additions and 898 deletions

View File

@@ -2,14 +2,20 @@
pkgname=patch
version=2.7.1
revision=3
conflicts="chroot-patch>=0"
build_style=gnu-configure
# Required by patch -e functionality.
fulldepends="ed"
makedepends="attr-devel"
makedepends="attr-devel ed"
short_desc="Patch files using diff output"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/patch/patch.html"
license="GPL-3"
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11
patch_package() {
# Required by patch -e functionality.
depends="ed"
conflicts="chroot-patch>=0"
pkg_install() {
vmove usr
}
}