procps-ng: update to 3.3.7.
This commit is contained in:
parent
18bef455bc
commit
3a81090be8
@ -1,22 +1,20 @@
|
|||||||
# Template file for 'procps-ng'
|
# Template file for 'procps-ng'
|
||||||
pkgname=procps-ng
|
pkgname=procps-ng
|
||||||
version=3.3.5
|
version=3.3.7
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="procps-procps"
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--exec-prefix=/ --prefix=/usr --libdir=/usr/lib --disable-static"
|
|
||||||
short_desc="Utilities for monitoring your system and its processes"
|
short_desc="Utilities for monitoring your system and its processes"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://gitorious.org/procps"
|
homepage="http://gitorious.org/procps"
|
||||||
distfiles="http://xbps.nopcode.org/distfiles/${pkgname}-${version}.tar.gz"
|
|
||||||
checksum=d3ac6611af888ef8e4f32f4b60718af77d32d8e3abe07f63d985b3abca332d53
|
|
||||||
|
|
||||||
conf_files="/etc/sysctl.conf"
|
conf_files="/etc/sysctl.conf"
|
||||||
replaces="procps>=0"
|
replaces="procps>=0"
|
||||||
provides="procps-${version}"
|
provides="procps-${version}"
|
||||||
conflicts="coreutils<8.21_3"
|
conflicts="coreutils<8.21_3"
|
||||||
|
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
|
||||||
hostmakedepends="libtool automake gettext-devel pkg-config"
|
hostmakedepends="libtool automake gettext-devel pkg-config"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
|
||||||
@ -25,12 +23,26 @@ if [ "$XBPS_CROSS_BUILD" ]; then
|
|||||||
ac_cv_func_realloc_0_nonnull=yes"
|
ac_cv_func_realloc_0_nonnull=yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
do_fetch() {
|
||||||
echo ${version} > .tarball-version
|
git clone git://gitorious.org/procps/procps.git \
|
||||||
./autogen.sh
|
-b v${version} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
do_configure() {
|
||||||
|
echo ${version} > .tarball-version
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
|
./configure ${CONFIGURE_SHARED_ARGS} --exec-prefix=/ \
|
||||||
|
--prefix=/usr --libdir=/usr/lib --disable-static
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
||||||
vinstall ${FILESDIR}/sysctl.conf 644 etc
|
vinstall ${FILESDIR}/sysctl.conf 644 etc
|
||||||
|
|
||||||
# provided by util-linux
|
# provided by util-linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user