wok-next view psmisc/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents 9a17d981d0f7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="psmisc"
4 VERSION="23.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="PSmisc - Small utilities that use the /proc filesystem"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://psmisc.sourceforge.net/"
10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/psmisc.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/psmisc/$TARBALL"
15 BUILD_DEPENDS="gettext ncurses-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
20 mkdir -p $install/bin
21 mv $install/usr/bin/fuser $install/bin
22 mv $install/usr/bin/killall $install/bin
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="ncurses"
28 TAGS="LFS"
29 }