wok-next diff rox-filer-locales/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 7506b35e1c6f
children d5aab818505e
line diff
     1.1 --- a/rox-filer-locales/receipt	Mon Aug 13 00:47:17 2018 +0300
     1.2 +++ b/rox-filer-locales/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="rox-filer-locales"
     1.8  VERSION="2.8"
     1.9  CATEGORY="localization"
    1.10 -SHORT_DESC="locales for the rox-filer."
    1.11 +SHORT_DESC="Locales for the rox-filer"
    1.12  MAINTAINER="sygne@ombres.eu"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://rox.sourceforge.net/desktop/"
    1.15 @@ -11,26 +11,17 @@
    1.16  
    1.17  SOURCE="rox-filer"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19 -WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL"
    1.20 +WGET_URL="$SF_MIRROR/rox/$TARBALL"
    1.21  
    1.22 -DEPENDS="rox-filer"
    1.23 -BUILD_DEPENDS=""
    1.24 -
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	
    1.29 +compile_rules() {
    1.30  	mkdir -p $DESTDIR
    1.31  	cp -r $src/ROX-Filer/Messages $DESTDIR/
    1.32 -	
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 +genpkg_rules() {
    1.39  	mkdir -p $fs/usr/share/rox-filer
    1.40  	cp -r $install/* $fs/usr/share/rox-filer/
    1.41 -	
    1.42 +
    1.43  	strip -s $fs/usr/share/rox-filer/* || true
    1.44 +	DEPENDS="rox-filer"
    1.45  }
    1.46 -