summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-26 03:41:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-26 03:41:45 +0000
commitfd15c95b8e764eac48c00ab65ecb15cf9e582331 (patch)
treed6bbb2bac1d004662b3589c24567ad13be14b7bc /core
parentbceed102ef20163ec69542342988b89b9ceb1fcf (diff)
Sun Jan 26 03:36:37 UTC 2014
Diffstat (limited to 'core')
-rw-r--r--core/procps-ng/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/procps-ng/PKGBUILD b/core/procps-ng/PKGBUILD
index 3942603bd..8e11e303d 100644
--- a/core/procps-ng/PKGBUILD
+++ b/core/procps-ng/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 201333 2013-12-09 03:38:18Z bisson $
+# $Id: PKGBUILD 204689 2014-01-25 04:07:27Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=procps-ng
pkgver=3.3.9
-pkgrel=1
+pkgrel=2
pkgdesc='Utilities for monitoring your system and its processes'
url='http://sourceforge.net/projects/procps-ng/'
license=('GPL' 'LGPL')
@@ -21,6 +21,11 @@ replaces=('procps' 'sysvinit-tools')
install=install
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed 's:<ncursesw/:<:g' -i watch.c
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
@@ -30,6 +35,7 @@ build() {
--libdir=/usr/lib \
--bindir=/usr/bin \
--sbindir=/usr/bin \
+ --enable-watch8bit \
make
}