mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:14:37 +08:00
procps-ng: update
don't remember why I upgraded this but it ran for 2 weeks on my system without issues
This commit is contained in:
parent
5eb2a3658a
commit
eb8ca286eb
@ -2,16 +2,16 @@
|
|||||||
# Core Packages for Chakra, part of chakraos.org
|
# Core Packages for Chakra, part of chakraos.org
|
||||||
|
|
||||||
pkgname=procps-ng
|
pkgname=procps-ng
|
||||||
pkgver=3.3.9
|
pkgver=3.3.10
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Utilities for monitoring your system and its processes'
|
pkgdesc='Utilities for monitoring your system and its processes'
|
||||||
url='http://gitorious.org/procps'
|
url='http://sourceforge.net/projects/procps-ng/'
|
||||||
license=('GPL' 'LGPL')
|
license=('GPL' 'LGPL')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('ncurses')
|
depends=('systemd' 'ncurses')
|
||||||
source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz")
|
source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz")
|
||||||
sha1sums=('088c77631745fc75ee41fc29c254a4069be4869a')
|
sha1sums=('484db198d6a18a42b4011d5ecb2cb784a81b0e4f')
|
||||||
|
|
||||||
conflicts=('procps')
|
conflicts=('procps')
|
||||||
provides=('procps')
|
provides=('procps')
|
||||||
@ -24,7 +24,6 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
echo ${pkgver} > .tarball-version
|
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -33,8 +32,8 @@ build() {
|
|||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
--bindir=/usr/bin \
|
--bindir=/usr/bin \
|
||||||
--sbindir=/usr/bin \
|
--sbindir=/usr/bin \
|
||||||
--disable-static \
|
--enable-watch8bit \
|
||||||
--enable-watch8bit
|
--with-systemd
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user