psmisc: update to 22.20.
This commit is contained in:
parent
d06c8b7e50
commit
38f32e65aa
1 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'psmisc'
|
||||
pkgname=psmisc
|
||||
version=22.19
|
||||
version=22.20
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="ncurses-devel"
|
||||
|
@ -9,13 +9,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://psmisc.sourceforge.net/index.html"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=e112ccadd4694c98f5ea4a02cd6944fdc5a2a1985f20e2b3f74f4dbca83a2a31
|
||||
checksum=b17224e2385f6a799ffebba27eb7870771d42555e86814ef56b6d7e955765514
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="ac_cv_func_malloc_0_nonnull=yes
|
||||
ac_cv_func_realloc_0_nonnull=yes
|
||||
ac_cv_func_memcmp_working=yes"
|
||||
fi
|
||||
configure_args="ac_cv_func_malloc_0_nonnull=yes
|
||||
ac_cv_func_realloc_0_nonnull=yes
|
||||
ac_cv_func_memcmp_working=yes"
|
||||
|
||||
psmisc_package() {
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue