wok-next diff xfce4-taskmanager/receipt @ rev 20277

remove samba-pam (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 10:43:54 2017 +0100 (2017-11-08)
parents 3663f74dc43f
children 6d367d984b77
line diff
     1.1 --- a/xfce4-taskmanager/receipt	Mon Apr 07 09:42:24 2014 +0000
     1.2 +++ b/xfce4-taskmanager/receipt	Wed Nov 08 10:43:54 2017 +0100
     1.3 @@ -3,29 +3,30 @@
     1.4  PACKAGE="xfce4-taskmanager"
     1.5  VERSION="1.0.1"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="Simple taskmanager for Xfce."
     1.8 +SHORT_DESC="Simple taskmanager for Xfce"
     1.9  MAINTAINER="erjo@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 +WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
    1.15  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16  
    1.17 -DEPENDS="libxfce4util libxfcegui4 startup-notification"
    1.18  BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \
    1.19  intltool gtk+-dev"
    1.20 +BUILD_DEPENDS="intltool gtk+-dev libwnck2-dev "
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	cd $src
    1.26 -	./configure $CONFIGURE_ARGS && 
    1.27 -	make && make install
    1.28 +compile_rules(){
    1.29 +	./configure \
    1.30 +		--sysconfdir=/etc \
    1.31 +		--localstatedir=/var \
    1.32 +		--disable-debug \
    1.33 +		$CONFIGURE_ARGS &&
    1.34 +	make &&
    1.35 +	make install
    1.36  }
    1.37  
    1.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 -genpkg_rules()
    1.40 -{
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 +genpkg_rules() {
    1.44 +	copy @std
    1.45 +	DEPENDS="libxfce4util libxfcegui4 startup-notification"
    1.46 +	TAGS="Xfce"
    1.47  }
    1.48 -