CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: updated to 1.0.2s
[ports/core-arm64.git] / psmisc / Pkgfile
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
7 name=psmisc
8 version=23.1
9 release=1
10 source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz)
11
12 build() {
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 }