void-packages/srcpkgs/atop/template

25 lines
698 B
Bash
Raw Normal View History

2013-03-08 10:17:56 +00:00
# Template file for 'atop'
pkgname=atop
2015-01-28 16:53:19 +00:00
version=2.1
2015-08-16 13:05:48 +00:00
revision=3
2013-03-08 10:17:56 +00:00
build_style=gnu-makefile
makedepends="ncurses-devel zlib-devel"
short_desc="A system and process level monitor"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-03-08 10:17:56 +00:00
license="GPL-2"
homepage="http://www.atoptool.nl/"
2015-01-28 16:53:19 +00:00
distfiles="http://www.atoptool.nl/download/atop-${version}-1.tar.gz"
checksum=39a2d4febc338dd4147904b1496d1aa9513da0d22ad0602b66023452bdc7989f
2013-03-08 10:17:56 +00:00
2014-10-13 10:43:53 +00:00
pre_install() {
sed -i '/chown/d' Makefile
sed -i 's,sbin,bin,g' Makefile
2014-10-13 10:43:53 +00:00
}
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
vsv atop
2013-03-08 10:17:56 +00:00
# Remove unused stuff.
2015-01-28 16:53:19 +00:00
rm -f ${DESTDIR}/usr/bin/atop{,sar}-${version}
rm -rf ${DESTDIR}/etc/init.d ${DESTDIR}/var
2013-03-08 10:17:56 +00:00
}