Convert packages to the new template format (d).

This commit is contained in:
Juan RP 2013-04-12 09:46:44 +02:00
parent 3b69f53acf
commit 1a92f1be98
63 changed files with 632 additions and 429 deletions

View file

@ -3,7 +3,6 @@ pkgname=diffutils
version=3.3
revision=1
build_style=gnu-configure
conflicts="chroot-diffutils>=0"
short_desc="The GNU diff utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/diffutils"
@ -15,3 +14,10 @@ long_desc="
features are a superset of the Unix features and they are significantly
faster. Cmp has been moved into this package from the GNU textutils package.
These programs are usually used for creating patch files."
diffutils_package() {
conflicts="chroot-diffutils>=0"
pkg_install() {
vmove usr
}
}