wok-next diff matchbox-themes-extra/receipt @ rev 20975

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents c4e53a39395a
children d5aab818505e
line diff
     1.1 --- a/matchbox-themes-extra/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/matchbox-themes-extra/receipt	Sun Sep 23 04:37:56 2018 +0300
     1.3 @@ -1,25 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="matchbox-themes-extra"
     1.8  VERSION="0.3"
     1.9  CATEGORY="customization"
    1.10 -SHORT_DESC="Matchbox extra themes."
    1.11 +SHORT_DESC="Matchbox extra themes"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://matchbox-project.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://matchbox-project.org/"
    1.18  WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	./configure $CONFIGURE_ARGS &&
    1.25 -	make && make DESTDIR=$DESTDIR install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 -	mkdir -p $fs/usr
    1.33 -	cp -a $install/usr/share $fs/usr
    1.34 +genpkg_rules() {
    1.35 +	copy @std
    1.36  }