core/psmisc/Pkgfile

23 lines
476 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Small utilities that use the /proc filesystem
2021-02-16 13:21:50 +01:00
# URL: https://gitlab.com/psmisc/psmisc
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses
2006-02-23 16:26:10 +01:00
name=psmisc
2024-03-05 10:49:15 +01:00
version=23.7
2017-06-13 00:21:47 +02:00
release=1
2024-03-05 10:49:15 +01:00
source=(https://gitlab.com/psmisc/psmisc/-/archive/v$version/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2024-03-05 10:49:15 +01:00
cd $name-v$version-*
2021-02-16 13:21:50 +01:00
export LINGUAS=' '
2024-03-05 10:49:15 +01:00
./autogen.sh
2021-02-16 13:21:50 +01:00
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
2024-03-05 10:49:15 +01:00
2021-02-16 13:21:50 +01:00
rm $PKG/usr/bin/pstree.x11
2006-02-23 16:26:10 +01:00
}