void-packages/srcpkgs/procps-ng/template

30 lines
1 KiB
Text
Raw Normal View History

2013-02-19 22:51:50 +00:00
# Template file for 'procps-ng'
pkgname=procps-ng
2013-12-06 17:45:17 +00:00
version=3.3.9
2013-03-28 04:33:18 +00:00
revision=1
2013-12-06 17:45:17 +00:00
build_style=gnu-configure
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/sbin
--libdir=/usr/lib --disable-static --with-systemd
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_strtod=yes ac_cv_func_mmap_fixed_mapped=yes"
hostmakedepends="pkg-config"
makedepends="ncurses-devel systemd-devel"
conflicts="coreutils<8.21_3"
2013-02-19 22:51:50 +00:00
short_desc="Utilities for monitoring your system and its processes"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
homepage="http://gitorious.org/procps"
2013-12-06 17:45:17 +00:00
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
checksum=00f0cb0fadf968ddf605b0ef119846af07386629244d4f3da711a2cecf4e8663
2013-02-19 22:51:50 +00:00
2013-12-06 17:45:17 +00:00
post_install() {
# provided by util-linux
2013-12-06 17:45:17 +00:00
rm ${DESTDIR}/usr/bin/kill
rm ${DESTDIR}/usr/share/man/man1/kill.1
2013-02-19 22:51:50 +00:00
# Remove devel and docs.
rm -rf ${DESTDIR}/usr/share/doc \
${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig
2013-12-06 17:45:17 +00:00
rm -f ${DESTDIR}/usr/lib/*.so
2013-02-19 22:51:50 +00:00
}