Convert packages the new template format (a-c range).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user