Convert packages the new template format (a-c range).

This commit is contained in:
Juan RP
2013-04-12 08:55:23 +02:00
parent 30b6eee12b
commit 9c87483ea8
242 changed files with 2380 additions and 1800 deletions

View File

@@ -13,9 +13,15 @@ distfiles="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.gz"
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
bootstrap=yes
conflicts="gawk>=0"
provides="gawk-${version}"
post_install() {
rm -rf ${DESTDIR}/usr/share
}
chroot-gawk_package() {
conflicts="gawk>=0"
provides="gawk-${version}"
pkg_install() {
vmove usr
}
}