wok-next diff openbox-themes-debian/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents c4e53a39395a
children d635206a5649
line diff
     1.1 --- a/openbox-themes-debian/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/openbox-themes-debian/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -11,9 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	mkdir -p $install/usr/share
    1.12  	cp -a debian/themes $install/usr/share
    1.13  
    1.14 @@ -23,9 +21,7 @@
    1.15  	chown -R root:root $install
    1.16  }
    1.17  
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	copy @std
    1.23  	DEPENDS="openbox"
    1.24  }