25 lines
648 B
Plaintext
25 lines
648 B
Plaintext
# Template file for 'psmisc'
|
|
pkgname=psmisc
|
|
version=22.19
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
short_desc="Small set of utilities that use the linux proc filesystem"
|
|
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
|
|
|
|
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
|
|
|
|
psmisc_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|