22 lines
614 B
Text
22 lines
614 B
Text
# Template file for 'psmisc'
|
|
pkgname=psmisc
|
|
version=22.20
|
|
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=b17224e2385f6a799ffebba27eb7870771d42555e86814ef56b6d7e955765514
|
|
|
|
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() {
|
|
vmove usr
|
|
}
|
|
}
|