wok-next view psmisc/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents 8da249b2c8d7
children 9a17d981d0f7
line source
1 # SliTaz package receipt.
3 PACKAGE="psmisc"
4 VERSION="22.21"
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/psmisc/$TARBALL"
14 DEPENDS="ncurses"
15 BUILD_DEPENDS="gettext ncurses-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
22 mkdir -p $install/bin
23 mv $install/usr/bin/fuser $install/bin
24 mv $install/usr/bin/killall $install/bin
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cook_copy_folders bin
31 }