wok diff xarchiver/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 40f65f328312
children 432b40f0a85f
line diff
     1.1 --- a/xarchiver/receipt	Fri Jun 20 04:30:32 2014 +0300
     1.2 +++ b/xarchiver/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -8,12 +8,14 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://xarchiver.sourceforge.net/"
     1.7 -WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
     1.8 +WGET_URL="$SF_MIRROR/xarchiver/$VERSION/$TARBALL"
     1.9  
    1.10 -# binutils for ar; busybox also contains gzip & cpio; rar is get-rar; gtar is absent
    1.11 -SUGGESTED="arj bzip2 binutils gzip lzma xz lzop lha rar cpio zip p7zip-full xdg-utils"
    1.12 +# binutils for ar; busybox also contains gzip & cpio; rar is get-rar;
    1.13 +# gtar is absent
    1.14 +SUGGESTED="arj bzip2 binutils gzip lzma xz lzop lha rar cpio zip p7zip-full"
    1.15  DEPENDS="gtk+"
    1.16  BUILD_DEPENDS="gtk+-dev"
    1.17 +GENERIC_PIXMAPS="no"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -38,4 +40,8 @@
    1.22  
    1.23  	sed -i '/Encoding/d;/Version/d;/Name\[.*\]=Xarchiver/d;/GenericName/d;/Exec/s/.*/& %f/' \
    1.24  		$fs/usr/share/applications/xarchiver.desktop
    1.25 +
    1.26 +	mkdir -p $fs/var/www/cgi-bin $fs/usr/share/doc/xarchiver/html
    1.27 +	cp -a $stuff/xarchiver.cgi $fs/var/www/cgi-bin
    1.28 +	cp -a $stuff/index.html $fs/usr/share/doc/xarchiver/html
    1.29  }