summaryrefslogtreecommitdiff
path: root/repo/system/psmisc/psmisc.xibuild
blob: 72311eeee798d55fe0f69bda3b7766d7a1ac093b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

MAKEDEPS="make gettext"
DEPS="ncurses"

PKG_VER=23.4
SOURCE=https://downloads.sourceforge.net/psmisc/psmisc-$PKG_VER.tar.xz
DESC="Miscellaneous procfs tools"

build () {
    ./configure --prefix=/usr
    make
}

package () {
    make DESTDIR=$PKG_DEST install 
}