wok-next diff hydroxygen-iconset/receipt @ rev 21038

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 08 15:34:32 2018 +0200 (2018-11-08)
parents d0308bf5ec4a
children 053a334547a1
line diff
     1.1 --- a/hydroxygen-iconset/receipt	Thu Aug 17 16:45:06 2017 +0300
     1.2 +++ b/hydroxygen-iconset/receipt	Thu Nov 08 15:34:32 2018 +0200
     1.3 @@ -6,14 +6,12 @@
     1.4  SHORT_DESC="GTK+ port of the KDE4 Oxygen icon theme"
     1.5  MAINTAINER="al.bobylev@gmail.com"
     1.6  LICENSE="CC GPL"
     1.7 -WEB_SITE="http://deviantdark.deviantart.com/art/hydroxygen-iconset-100826865"
     1.8 +WEB_SITE="https://www.deviantart.com/deviantdark/art/hydroxygen-iconset-100826865"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.zip"
    1.11  WGET_URL="http://fc04.deviantart.com/fs40/f/2009/019/8/7/hydroxygen_iconset_by_deviantdark.zip"
    1.12  
    1.13 -# Rules to configure and make the package.
    1.14 -compile_rules()
    1.15 -{
    1.16 +compile_rules() {
    1.17  	# Source Zip archive contains Tar.Bz2 archive inside
    1.18  	echo 'Extract sources'
    1.19  	busybox tar -xjf hydroxygen_iconset.tar.bz2 || return 1
    1.20 @@ -85,8 +83,6 @@
    1.21  	echo 'All done! ;-)'
    1.22  }
    1.23  
    1.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 -genpkg_rules()
    1.26 -{
    1.27 +genpkg_rules() {
    1.28  	cp -a $install/* $fs
    1.29  }