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

@@ -14,8 +14,6 @@ homepage="http://www.atoptool.nl/"
distfiles="http://www.atoptool.nl/download/atop-${_distver}-${_patchver}.tar.gz"
checksum=b4679525f241d3c51fa9b827a40db21cc7df8a3d88e55ee3b7d01ec501acbee6
systemd_services="atop.service true"
post_install() {
# Remove unused stuff.
rm -f ${DESTDIR}/usr/bin/atop{,sar}-2.0
@@ -23,3 +21,11 @@ post_install() {
# systemd service
vinstall atop.service 644 usr/lib/systemd/system
}
atop_package() {
systemd_services="atop.service true"
pkg_install() {
vmove etc
vmove usr
}
}