wok-next diff icon-naming-utils/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents b367284a8ac3
children
line diff
     1.1 --- a/icon-naming-utils/receipt	Sat Oct 28 16:45:22 2017 +0300
     1.2 +++ b/icon-naming-utils/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -4,9 +4,9 @@
     1.4  VERSION="0.8.90"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="Perl script used for desktop icon compatibility"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://tango.freedesktop.org/"
    1.11 +WEB_SITE="http://tango.freedesktop.org/Tango_Desktop_Project"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  #WGET_URL="http://tango.freedesktop.org/releases/$TARBALL"
    1.15 @@ -15,7 +15,9 @@
    1.16  BUILD_DEPENDS="perl perl-xml-simple"
    1.17  
    1.18  compile_rules() {
    1.19 -	./configure $CONFIGURE_ARGS && make && make install
    1.20 +	./configure $CONFIGURE_ARGS &&
    1.21 +	make &&
    1.22 +	make install
    1.23  }
    1.24  
    1.25  genpkg_rules() {