wok-current diff xarchiver/receipt @ rev 16774
xarchiver: add backends setting page (accessed via menu -> Help -> Contents (F1))
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jun 21 02:56:20 2014 +0300 (2014-06-21) |
parents | 40f65f328312 |
children | 432b40f0a85f |
line diff
1.1 --- a/xarchiver/receipt Fri Jun 20 04:30:32 2014 +0300 1.2 +++ b/xarchiver/receipt Sat Jun 21 02:56:20 2014 +0300 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 }