wok-next annotate psmisc/receipt @ rev 19961

Remove libtinfo dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 10:26:48 2017 +0200 (2017-10-17)
parents e9bd4eca24b2
children 90a5eb560fd6
rev   line source
al@19745 1 # SliTaz package receipt v2.
al@19571 2
al@19571 3 PACKAGE="psmisc"
al@19571 4 VERSION="22.21"
al@19571 5 CATEGORY="system-tools"
al@19571 6 SHORT_DESC="PSmisc - Small utilities that use the /proc filesystem"
al@19571 7 MAINTAINER="al.bobylev@gmail.com"
al@19571 8 LICENSE="GPL2"
al@19571 9 WEB_SITE="http://psmisc.sourceforge.net/"
al@19571 10
al@19571 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19571 12 WGET_URL="$SF_MIRROR/psmisc/$TARBALL"
al@19571 13
al@19571 14 BUILD_DEPENDS="gettext ncurses-dev"
al@19571 15
al@19571 16 # Rules to configure and make the package.
al@19571 17 compile_rules()
al@19571 18 {
al@19571 19 ./configure $CONFIGURE_ARGS && make && make install
al@19571 20
al@19571 21 mkdir -p $install/bin
al@19571 22 mv $install/usr/bin/fuser $install/bin
al@19571 23 mv $install/usr/bin/killall $install/bin
al@19571 24 }
al@19571 25
al@19571 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19571 27 genpkg_rules()
al@19571 28 {
al@19745 29 copy @std
al@19745 30 DEPENDS="ncurses"
al@19571 31 }