wok-next diff lxpolkit/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents d5f9530836a4
children a3c581bf52b8
line diff
     1.1 --- a/lxpolkit/receipt	Sun Nov 05 17:17:00 2017 +0100
     1.2 +++ b/lxpolkit/receipt	Wed Jun 06 20:44:57 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt V2.
     1.6  
     1.7  PACKAGE="lxpolkit"
     1.8  VERSION="0.1.0"
     1.9 @@ -6,29 +6,23 @@
    1.10  SHORT_DESC="LXDE PolicyKit authentication agent"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="http://lxde.org"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="$SF_MIRROR/lxde/LXPolkit/$TARBALL"
    1.17 -WEB_SITE="http://lxde.org"
    1.18 -TAGS="LXDE"
    1.19 +WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.20  
    1.21 -DEPENDS="gtk+ polkit"
    1.22  BUILD_DEPENDS="gtk+-dev polkit-dev intltool"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 +compile_rules() {
    1.28  	./configure \
    1.29 -		--sysconfdir=/etc \
    1.30  		--libexecdir=/usr/lib/lxde \
    1.31  		$CONFIGURE_ARGS &&
    1.32 -	make && make install
    1.33 +	make &&
    1.34 +	make install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 -    mkdir -p $fs/usr/share
    1.41 -    cp -a $install/etc $fs
    1.42 -    cp -a $install/usr/lib $fs/usr
    1.43 -    cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.44 +genpkg_rules() {
    1.45 +	copy @std
    1.46 +	DEPENDS="gtk+ polkit"
    1.47 +	TAGS="LXDE"
    1.48  }