Date: Friday, May 17, 2013 @ 17:57:29
  Author: bisson
Revision: 185714

tentative move of binaries to /usr/bin

Modified:
  procps-ng/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-17 13:46:00 UTC (rev 185713)
+++ PKGBUILD    2013-05-17 15:57:29 UTC (rev 185714)
@@ -4,7 +4,7 @@
 
 pkgname=procps-ng
 pkgver=3.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Utilities for monitoring your system and its processes'
 url='http://gitorious.org/procps'
 license=('GPL' 'LGPL')
@@ -23,11 +23,21 @@
 
 options=('!libtool')
 
-build() {
+prepare() {
        cd "${srcdir}/procps-procps"
        echo ${pkgver} > .tarball-version
        ./autogen.sh
-       ./configure --exec-prefix=/ --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib
+}
+
+build() {
+       cd "${srcdir}/procps-procps"
+       ./configure \
+               --prefix=/usr \
+               --exec-prefix=/ \
+               --sysconfdir=/etc \
+               --libdir=/usr/lib \
+               --sbindir=/usr/bin \
+               --disable-static
        make
 }
 

Reply via email to