2009-05-02 00:32:50 +00:00
|
|
|
# Template file for 'psmisc'
|
|
|
|
pkgname=psmisc
|
2013-02-01 10:20:14 +00:00
|
|
|
version=22.19
|
2012-06-07 05:09:44 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="ncurses-devel"
|
2010-01-13 20:54:47 +00:00
|
|
|
short_desc="Small set of utilities that use the linux proc filesystem"
|
2009-05-02 00:32:50 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-26 06:40:30 +00:00
|
|
|
homepage="http://psmisc.sourceforge.net/index.html"
|
|
|
|
license="GPL-2"
|
2012-06-07 05:09:44 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2013-02-01 10:20:14 +00:00
|
|
|
checksum=e112ccadd4694c98f5ea4a02cd6944fdc5a2a1985f20e2b3f74f4dbca83a2a31
|
2013-02-11 12:48:25 +00:00
|
|
|
|
2013-04-08 23:49:27 +00:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
2013-02-11 12:48:25 +00:00
|
|
|
configure_args="ac_cv_func_malloc_0_nonnull=yes
|
|
|
|
ac_cv_func_realloc_0_nonnull=yes
|
|
|
|
ac_cv_func_memcmp_working=yes"
|
|
|
|
fi
|
2013-04-14 09:13:30 +00:00
|
|
|
|
|
|
|
psmisc_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|