# Template file for 'procps-ng' pkgname=procps-ng version=3.3.9 revision=4 build_style=gnu-configure configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/sbin --libdir=/usr/lib --disable-static --disable-kill $(vopt_with systemd)" hostmakedepends="automake libtool pkg-config gettext-devel" makedepends="ncurses-devel $(vopt_if systemd systemd-devel)" short_desc="Utilities for monitoring your system and its processes" maintainer="Juan RP " license="GPL-2, LGPL-2.1" homepage="http://gitorious.org/procps" distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz" checksum=00f0cb0fadf968ddf605b0ef119846af07386629244d4f3da711a2cecf4e8663 # Package build options build_options="systemd" pre_configure() { autoreconf -fi } post_install() { # Remove devel and docs. rm -rf ${DESTDIR}/usr/share/doc \ ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig rm -f ${DESTDIR}/usr/lib/*.so }