# # Core Packages for Chakra, part of chakra-project.org pkgname=procps-ng pkgver=3.3.9 pkgrel=1 pkgdesc='Utilities for monitoring your system and its processes' url='http://gitorious.org/procps' license=('GPL' 'LGPL') arch=('x86_64') groups=('base') depends=('ncurses') source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz") sha1sums=('088c77631745fc75ee41fc29c254a4069be4869a') conflicts=('procps') provides=('procps') replaces=('procps') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" sed 's: .tarball-version ./configure \ --prefix=/usr \ --exec-prefix=/ \ --sysconfdir=/etc \ --libdir=/usr/lib \ --bindir=/usr/bin \ --sbindir=/usr/bin \ --disable-static \ --enable-watch8bit make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install # provided by util-linux rm "${pkgdir}/usr/bin/kill" rm "${pkgdir}/usr/share/man/man1/kill.1" }