CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
psmisc: updated to 23.3
[ports/core-arm64.git] / psmisc / Pkgfile
CommitLineData
79221207
VM
1# Description: Small utilities that use the /proc filesystem
2# URL: https://gitlab.com/psmisc/psmisc
3# Maintainer: CRUX System Team, core-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: ncurses
6
7name=psmisc
1e873ce5 8version=23.3
79221207
VM
9release=1
10source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz)
11
12build() {
13 cd $name-$version
14
15 ./configure --prefix=/usr --disable-nls
16 make
17 make DESTDIR=$PKG install
18 rm $PKG/usr/bin/pstree.x11
19}