wok-6.x rev 19275
Check manpages... from start to beaver.
line diff
1.1 --- a/0install/receipt Tue Jul 05 01:51:14 2016 +0300 1.2 +++ b/0install/receipt Tue Jul 05 15:34:01 2016 +0300 1.3 @@ -20,8 +20,6 @@ 1.4 python setup.py install --root=$DESTDIR 1.5 # move man pages in a right place 1.6 mv $install/usr/man $install/usr/share 1.7 - 1.8 - cook_compress_manpages 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/GConf/receipt Tue Jul 05 01:51:14 2016 +0300 2.2 +++ b/GConf/receipt Tue Jul 05 15:34:01 2016 +0300 2.3 @@ -20,14 +20,11 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd $src 2.8 ./configure \ 2.9 --sysconfdir=/etc \ 2.10 --libexecdir=/usr/lib/GConf \ 2.11 $CONFIGURE_ARGS && 2.12 make && make install 2.13 - 2.14 - cook_compress_manpages 2.15 } 2.16 2.17 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/Geomyidae/receipt Tue Jul 05 01:51:14 2016 +0300 3.2 +++ b/Geomyidae/receipt Tue Jul 05 15:34:01 2016 +0300 3.3 @@ -8,8 +8,8 @@ 3.4 LICENSE="MIT" 3.5 SOURCE="geomyidae" 3.6 TARBALL="$SOURCE-$VERSION.tar.gz" 3.7 -WEB_SITE="http://www.r-36.net" 3.8 -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" 3.9 +WEB_SITE="http://www.r-36.net/" 3.10 +WGET_URL="${WEB_SITE}src/$PACKAGE/$TARBALL" 3.11 3.12 # Rules to configure and make the package. 3.13 compile_rules() 3.14 @@ -18,8 +18,6 @@ 3.15 sed -i 's|/man/|/share&|' $src/Makefile 3.16 3.17 make && make DESTDIR=$DESTDIR install 3.18 - 3.19 - cook_compress_manpages 3.20 } 3.21 3.22 # Rules to gen a SliTaz package suitable for Tazpkg. 3.23 @@ -29,4 +27,3 @@ 3.24 cp -a $src/index.gph $fs/var/gopher/ 3.25 cp -a $install/usr/bin $fs/usr 3.26 } 3.27 -
4.1 --- a/R/receipt Tue Jul 05 01:51:14 2016 +0300 4.2 +++ b/R/receipt Tue Jul 05 15:34:01 2016 +0300 4.3 @@ -19,8 +19,8 @@ 4.4 export R_BROWSER="midori" 4.5 export R_PDFVIEWER="epdfview" 4.6 unset DESTDIR 4.7 - cd $src 4.8 patch -p 0 < $stuff/pcre.u 4.9 + 4.10 ./configure \ 4.11 --enable-R-shlib \ 4.12 --with-system-zlib \ 4.13 @@ -28,8 +28,6 @@ 4.14 --with-system-pcre \ 4.15 $CONFIGURE_ARGS && 4.16 make && make DESTDIR=$install install 4.17 - 4.18 - cook_compress_manpages 4.19 } 4.20 4.21 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/TiMidity++/receipt Tue Jul 05 01:51:14 2016 +0300 5.2 +++ b/TiMidity++/receipt Tue Jul 05 15:34:01 2016 +0300 5.3 @@ -10,9 +10,10 @@ 5.4 WEB_SITE="http://timidity.sourceforge.net/" 5.5 WGET_URL="http://sourceforge.net/projects/timidity/files/latest/download" 5.6 5.7 -DEPENDS="alsa-lib portaudio jack-audio-connection-kit libao libvorbis libogg flac gtk+ xorg-libXaw" 5.8 -BUILD_DEPENDS="alsa-lib-dev portaudio-dev jack-audio-connection-kit-dev libao-dev libvorbis-dev libogg-dev 5.9 -flac-dev gtk+-dev xorg-libXaw-dev" 5.10 +DEPENDS="alsa-lib portaudio jack-audio-connection-kit libao libvorbis libogg \ 5.11 +flac gtk+ xorg-libXaw" 5.12 +BUILD_DEPENDS="alsa-lib-dev portaudio-dev jack-audio-connection-kit-dev \ 5.13 +libao-dev libvorbis-dev libogg-dev flac-dev gtk+-dev xorg-libXaw-dev" 5.14 5.15 # Rules to configure and make the package. 5.16 compile_rules() 5.17 @@ -23,8 +24,6 @@ 5.18 --enable-alsaseq 5.19 make && 5.20 make DESTDIR=$DESTDIR install 5.21 - 5.22 - cook_compress_manpages 5.23 } 5.24 5.25 # Rules to gen a SliTaz package suitable for Tazpkg.
6.1 --- a/Xdialog/receipt Tue Jul 05 01:51:14 2016 +0300 6.2 +++ b/Xdialog/receipt Tue Jul 05 15:34:01 2016 +0300 6.3 @@ -14,7 +14,7 @@ 6.4 cairo pango pixman libpng libxcb xcb-util xorg-libX11 xorg-libXau \ 6.5 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \ 6.6 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" 6.7 -BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 gettext gtk+ gtk+-dev" 6.8 +BUILD_DEPENDS="autoconf automake m4 gettext gtk+-dev" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules() 6.12 @@ -29,8 +29,6 @@ 6.13 $CONFIGURE_ARGS && 6.14 make && 6.15 make DESTDIR=$DESTDIR install 6.16 - 6.17 - cook_compress_manpages 6.18 } 6.19 6.20 # Rules to gen a SliTaz package suitable for Tazpkg.
7.1 --- a/a2ps/receipt Tue Jul 05 01:51:14 2016 +0300 7.2 +++ b/a2ps/receipt Tue Jul 05 15:34:01 2016 +0300 7.3 @@ -21,8 +21,6 @@ 7.4 ./configure --sysconfdir=/etc $CONFIGURE_ARGS && 7.5 make 2>&1 | grep -v fonts.map.new && 7.6 make install 7.7 - 7.8 - cook_compress_manpages 7.9 } 7.10 7.11 # Rules to gen a SliTaz package suitable for Tazpkg.
8.1 --- a/aalib/receipt Tue Jul 05 01:51:14 2016 +0300 8.2 +++ b/aalib/receipt Tue Jul 05 15:34:01 2016 +0300 8.3 @@ -21,8 +21,6 @@ 8.4 8.5 ./configure $CONFIGURE_ARGS && 8.6 make && make DESTDIR=$DESTDIR install 8.7 - 8.8 - cook_compress_manpages 8.9 } 8.10 8.11 # Rules to gen a SliTaz package suitable for Tazpkg.
9.1 --- a/abiword/receipt Tue Jul 05 01:51:14 2016 +0300 9.2 +++ b/abiword/receipt Tue Jul 05 15:34:01 2016 +0300 9.3 @@ -14,8 +14,8 @@ 9.4 LOCALES="cs da de es fr hu id it pt ru sl sv zh" 9.5 9.6 DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade \ 9.7 -popt libxml2 libart_lgpl libgsf libgio enchant wv xorg-libXdamage gcc-lib-base librsvg \ 9.8 -goffice glibc-locale libffi" 9.9 +popt libxml2 libart_lgpl libgsf libgio enchant wv xorg-libXdamage gcc-lib-base \ 9.10 +librsvg goffice glibc-locale libffi" 9.11 BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \ 9.12 fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \ 9.13 enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev librsvg-dev" 9.14 @@ -42,8 +42,6 @@ 9.15 9.16 cd plugins 9.17 make DESTDIR=$DESTDIR install 9.18 - 9.19 - cook_compress_manpages 9.20 } 9.21 9.22 # Rules to gen a SliTaz package suitable for Tazpkg. 9.23 @@ -83,4 +81,3 @@ 9.24 cp $install/usr/share/abiword-*/templates/*.awt $fs/usr/share/abiword-*/templates/ 9.25 cp $install/usr/share/abiword-*/system.profile $fs/usr/share/abiword-*/ 9.26 } 9.27 -
10.1 --- a/acct/receipt Tue Jul 05 01:51:14 2016 +0300 10.2 +++ b/acct/receipt Tue Jul 05 15:34:01 2016 +0300 10.3 @@ -6,10 +6,9 @@ 10.4 SHORT_DESC="Utilities that report data about users logged on GNU/Linux." 10.5 MAINTAINER="hackdorte@sapo.pt" 10.6 LICENSE="GPL3" 10.7 -GNU_MIRROR="http://ftp.gnu.org/gnu" 10.8 +WEB_SITE="http://savannah.gnu.org/projects/acct/" 10.9 + 10.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.11 - 10.12 -WEB_SITE="http://savannah.gnu.org/projects/acct/" 10.13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 10.14 10.15 TAGS="analysis network utilities" 10.16 @@ -25,19 +24,11 @@ 10.17 $CONFIGURE_ARGS && 10.18 make $MAKEFLAGS && 10.19 make DESTDIR=$DESTDIR install 10.20 - 10.21 - cook_compress_manpages 10.22 } 10.23 10.24 # Rules to gen a SliTaz package suitable for Tazpkg. 10.25 genpkg_rules() 10.26 { 10.27 - mkdir -p $fs/usr/bin 10.28 - cp -a $install/usr/bin/* $fs/usr/bin 10.29 - 10.30 - mkdir -p $fs/usr/sbin 10.31 - cp -a $install/usr/sbin/* $fs/usr/sbin 10.32 - 10.33 - mkdir -p $fs/usr/share 10.34 - cp -a $install/usr/share/* $fs/usr/share 10.35 + mkdir -p $fs/usr 10.36 + cp -a $install/usr/bin $install/usr/sbin $fs/usr 10.37 }
11.1 --- a/acl/receipt Tue Jul 05 01:51:14 2016 +0300 11.2 +++ b/acl/receipt Tue Jul 05 15:34:01 2016 +0300 11.3 @@ -45,8 +45,6 @@ 11.4 # .so and .la files must be executable 11.5 find $install -type f -name '*.[sl][oa]*' -exec chmod a+x \{\} \; 11.6 sed -i "s|libdir='/lib'|libdir='/usr/lib'|" $install/usr/lib/libacl.la 11.7 - 11.8 - cook_compress_manpages 11.9 } 11.10 11.11 # Rules to gen a SliTaz package suitable for Tazpkg.
12.1 --- a/acpid/receipt Tue Jul 05 01:51:14 2016 +0300 12.2 +++ b/acpid/receipt Tue Jul 05 15:34:01 2016 +0300 12.3 @@ -6,8 +6,8 @@ 12.4 SHORT_DESC="The ACPI event daemon with netlink" 12.5 MAINTAINER="domcox@slitaz.org" 12.6 LICENSE="GPL2" 12.7 +WEB_SITE="https://sourceforge.net/projects/acpid2/" 12.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 12.9 -WEB_SITE="https://sourceforge.net/projects/acpid2/" 12.10 WGET_URL="$SF_MIRROR/acpid2/$TARBALL" 12.11 KEY_FILE="key-constants" 12.12 TAGS="power-management" 12.13 @@ -19,8 +19,6 @@ 12.14 ./configure --prefix=/usr $CONFIGURE_ARGS && 12.15 make && 12.16 make DESTDIR=$DESTDIR install 12.17 - 12.18 - cook_compress_manpages 12.19 } 12.20 12.21 # Rules to gen a SliTaz package suitable for Tazpkg.
13.1 --- a/advancecomp/receipt Tue Jul 05 01:51:14 2016 +0300 13.2 +++ b/advancecomp/receipt Tue Jul 05 15:34:01 2016 +0300 13.3 @@ -6,8 +6,8 @@ 13.4 SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ" 13.5 MAINTAINER="pascal.bellard@slitaz.org" 13.6 LICENSE="GPL2" 13.7 +WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" 13.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.9 -WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" 13.10 WGET_URL="https://github.com/amadvance/advancecomp/releases/download/v$VERSION/$TARBALL" 13.11 TAGS="compression archive" 13.12 13.13 @@ -17,13 +17,13 @@ 13.14 # Rules to configure and make the package. 13.15 compile_rules() 13.16 { 13.17 - ./configure --prefix=/usr --infodir=/usr/share/info \ 13.18 + ./configure \ 13.19 + --prefix=/usr \ 13.20 + --infodir=/usr/share/info \ 13.21 --mandir=/usr/share/man \ 13.22 $CONFIGURE_ARGS && 13.23 make && 13.24 make DESTDIR=$DESTDIR install 13.25 - 13.26 - cook_compress_manpages 13.27 } 13.28 13.29 # Rules to gen a SliTaz package suitable for Tazpkg.
14.1 --- a/aescrypt/receipt Tue Jul 05 01:51:14 2016 +0300 14.2 +++ b/aescrypt/receipt Tue Jul 05 15:34:01 2016 +0300 14.3 @@ -6,10 +6,11 @@ 14.4 SHORT_DESC="AES Crypt is a file encryption software." 14.5 MAINTAINER="slaxemulator@gmail.com" 14.6 LICENSE="PublicDomain" 14.7 +WEB_SITE="https://www.aescrypt.com/" 14.8 +TARBALL="$PACKAGE-$VERSION.tgz" 14.9 +WGET_URL="${WEB_SITE}download/v3/linux/$TARBALL" 14.10 + 14.11 DEPENDS="glibc-base" 14.12 -TARBALL="${PACKAGE}-${VERSION}.tgz" 14.13 -WEB_SITE="http://www.aescrypt.com/" 14.14 -WGET_URL="http://www.aescrypt.com/download/v3/linux/$TARBALL" 14.15 14.16 # Rules to configure and make the package. 14.17 compile_rules() 14.18 @@ -17,9 +18,7 @@ 14.19 cd $src/src 14.20 make 14.21 14.22 - mkdir -p $install/usr/share/man/man1 14.23 - cp -a $src/man/aescrypt.1 $install/usr/share/man/man1 14.24 - cook_compress_manpages 14.25 + cook_pick_manpages $src/man/aescrypt.1 14.26 } 14.27 14.28 # Rules to gen a SliTaz package suitable for Tazpkg.
15.1 --- a/aespipe/receipt Tue Jul 05 01:51:14 2016 +0300 15.2 +++ b/aespipe/receipt Tue Jul 05 15:34:01 2016 +0300 15.3 @@ -6,8 +6,8 @@ 15.4 SHORT_DESC="AES encrypting or decrypting pipe." 15.5 MAINTAINER="pascal.bellard@slitaz.org" 15.6 LICENSE="GPL" 15.7 +WEB_SITE="http://loop-aes.sourceforge.net/aespipe.README" 15.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 15.9 -WEB_SITE="http://loop-aes.sourceforge.net/aespipe.README" 15.10 WGET_URL="http://loop-aes.sourceforge.net/aespipe/$TARBALL" 15.11 15.12 # Rules to configure and make the package. 15.13 @@ -17,8 +17,6 @@ 15.14 $CONFIGURE_ARGS && 15.15 make && 15.16 make DESTDIR=$DESTDIR install 15.17 - 15.18 - cook_compress_manpages 15.19 } 15.20 15.21 # Rules to gen a SliTaz package suitable for Tazpkg.
16.1 --- a/afio/receipt Tue Jul 05 01:51:14 2016 +0300 16.2 +++ b/afio/receipt Tue Jul 05 15:34:01 2016 +0300 16.3 @@ -3,7 +3,7 @@ 16.4 PACKAGE="afio" 16.5 VERSION="2.5.1" 16.6 CATEGORY="system-tools" 16.7 -SHORT_DESC="Archiver program for Linux/UNIX. " 16.8 +SHORT_DESC="Archiver program for Linux/UNIX." 16.9 MAINTAINER="erjo@slitaz.org" 16.10 LICENSE="LGPL" 16.11 WEB_SITE="http://members.chello.nl/~k.holtman/afio.html" 16.12 @@ -18,9 +18,7 @@ 16.13 { 16.14 make 16.15 16.16 - mkdir -p $install/usr/share/man/man1 16.17 - cp -a $src/afio.1 $install/usr/share/man/man1 16.18 - cook_compress_manpages 16.19 + cook_pick_manpages $src/afio.1 16.20 } 16.21 16.22 # Rules to gen a SliTaz package suitable for Tazpkg.
17.1 --- a/afpfs-ng/receipt Tue Jul 05 01:51:14 2016 +0300 17.2 +++ b/afpfs-ng/receipt Tue Jul 05 15:34:01 2016 +0300 17.3 @@ -6,20 +6,18 @@ 17.4 SHORT_DESC="The free afpfs driver." 17.5 MAINTAINER="pascal.bellard@slitaz.org" 17.6 LICENSE="GPL2" 17.7 +WEB_SITE="http://alexthepuffin.googlepages.com/" 17.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.9 -WEB_SITE="http://alexthepuffin.googlepages.com/" 17.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 17.11 17.12 DEPENDS="fuse libgcrypt readline gmp" 17.13 -BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp automake" 17.14 +BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev automake" 17.15 17.16 # Rules to configure and make the package. 17.17 compile_rules() 17.18 { 17.19 ./configure $CONFIGURE_ARGS && 17.20 make && make install 17.21 - 17.22 - cook_compress_manpages 17.23 } 17.24 17.25 # Rules to gen a SliTaz package suitable for Tazpkg.
18.1 --- a/aircrack-ng/receipt Tue Jul 05 01:51:14 2016 +0300 18.2 +++ b/aircrack-ng/receipt Tue Jul 05 15:34:01 2016 +0300 18.3 @@ -25,8 +25,6 @@ 18.4 make SQLITE=true unstable=true && 18.5 make SQLITE=true unstable=true DESTDIR=$DESTDIR install 18.6 sed -i 's|/usr/local||g' $DESTDIR/usr/sbin/airodump-ng-oui-update 18.7 - 18.8 - cook_compress_manpages 18.9 } 18.10 18.11 # Rules to gen a SliTaz package suitable for Tazpkg. 18.12 @@ -36,4 +34,3 @@ 18.13 cp -a $install/usr/bin $fs/usr 18.14 cp -a $install/usr/sbin $fs/usr 18.15 } 18.16 -
19.1 --- a/airoscript-ng/receipt Tue Jul 05 01:51:14 2016 +0300 19.2 +++ b/airoscript-ng/receipt Tue Jul 05 15:34:01 2016 +0300 19.3 @@ -6,8 +6,8 @@ 19.4 SHORT_DESC="Airoscript ng" 19.5 MAINTAINER="slaxemulator@gmail.com" 19.6 LICENSE="GPL2" 19.7 +WEB_SITE="https://code.google.com/archive/p/airoscript/" 19.8 TARBALL="$PACKAGE-${VERSION%rc3}-3.tar.gz" 19.9 -WEB_SITE="http://code.google.com/p/airoscript/" 19.10 WGET_URL="http://airoscript.googlecode.com/files/$TARBALL" 19.11 19.12 DEPENDS="bash" 19.13 @@ -30,8 +30,7 @@ 19.14 # Patch executable to find config files 19.15 sed -i 's/etc\//etc\/airoscript-ng\//g' $DESTDIR/usr/sbin/$PACKAGE 19.16 19.17 - cp -a $src/src/airoscript-ng.1 $install/usr/share/man/man1 19.18 - cook_compress_manpages 19.19 + cook_pick_manpages $src/src/airoscript-ng.1 19.20 } 19.21 19.22 # Rules to gen a SliTaz package suitable for Tazpkg.
20.1 --- a/airpwn/receipt Tue Jul 05 01:51:14 2016 +0300 20.2 +++ b/airpwn/receipt Tue Jul 05 15:34:01 2016 +0300 20.3 @@ -6,8 +6,8 @@ 20.4 SHORT_DESC="Airpwn is a tool for generic packet injection on an 802.11 network." 20.5 MAINTAINER="slaxemulator@gmail.com" 20.6 LICENSE="GPL2" 20.7 +WEB_SITE="http://airpwn.sourceforge.net" 20.8 TARBALL="$PACKAGE-$VERSION.tgz" 20.9 -WEB_SITE="http://airpwn.sourceforge.net" 20.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 20.11 20.12 DEPENDS="pcre libpcap libcrypto openssl lorcon wireless_tools libnet" 20.13 @@ -36,8 +36,6 @@ 20.14 --mandir=/usr/share/man \ 20.15 $CONFIGURE_ARGS && 20.16 make && make DESTDIR=$DESTDIR install 20.17 - 20.18 - cook_compress_manpages 20.19 } 20.20 20.21 # Rules to gen a SliTaz package suitable for Tazpkg. 20.22 @@ -46,4 +44,3 @@ 20.23 mkdir -p $fs/usr 20.24 cp -a $install/usr/sbin $fs/usr 20.25 } 20.26 -
21.1 --- a/airsnort/receipt Tue Jul 05 01:51:14 2016 +0300 21.2 +++ b/airsnort/receipt Tue Jul 05 15:34:01 2016 +0300 21.3 @@ -6,8 +6,8 @@ 21.4 SHORT_DESC="A wireless LAN (WLAN) tool which recovers encryption keys." 21.5 MAINTAINER="slaxemulator@gmail.com" 21.6 LICENSE="GPL2" 21.7 +WEB_SITE="http://airsnort.shmoo.com/" 21.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 21.9 -WEB_SITE="http://airsnort.shmoo.com/" 21.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 21.11 21.12 DEPENDS="gtk+ libpcap" 21.13 @@ -22,8 +22,6 @@ 21.14 --mandir=/usr/share/man \ 21.15 $CONFIGURE_ARGS && 21.16 make && make DESTDIR=$DESTDIR install 21.17 - 21.18 - cook_compress_manpages 21.19 } 21.20 21.21 # Rules to gen a SliTaz package suitable for Tazpkg. 21.22 @@ -32,4 +30,3 @@ 21.23 mkdir -p $fs/usr 21.24 cp -a $install/usr/bin $fs/usr 21.25 } 21.26 -
22.1 --- a/airstrike/receipt Tue Jul 05 01:51:14 2016 +0300 22.2 +++ b/airstrike/receipt Tue Jul 05 15:34:01 2016 +0300 22.3 @@ -6,8 +6,8 @@ 22.4 SHORT_DESC="Juego batalla aerea." 22.5 MAINTAINER="arca2@hotmail.com" 22.6 LICENSE="GPL2" 22.7 +WEB_SITE="http://icculus.org/airstrike/" 22.8 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 22.9 -WEB_SITE="http://icculus.org/airstrike/" 22.10 WGET_URL="http://offload1.icculus.org:9090/$PACKAGE/$TARBALL" 22.11 22.12 DEPENDS="libsdl-image libsdl" 22.13 @@ -23,9 +23,7 @@ 22.14 sed -i 's|"data/|"/usr/share/airstrike/data/|g' src/airstrike.c 22.15 make 22.16 22.17 - mkdir -p $install/usr/share/man/man6 22.18 - cp -a $src/doc/airstrike.6 $install/usr/share/man/man6 22.19 - cook_compress_manpages 22.20 + cook_pick_manpages $src/doc/airstrike.6 22.21 } 22.22 22.23 # Rules to gen a SliTaz package suitable for Tazpkg.
23.1 --- a/ajaxterm/receipt Tue Jul 05 01:51:14 2016 +0300 23.2 +++ b/ajaxterm/receipt Tue Jul 05 15:34:01 2016 +0300 23.3 @@ -24,9 +24,7 @@ 23.4 chown -R root:root $fs 23.5 find $fs -type f -name '*.py' -exec chmod a+x \{\} \; 23.6 23.7 - mkdir -p $install/usr/share/man/man1 23.8 - cp -a $src/ajaxterm.1 $install/usr/share/man/man1 23.9 - cook_compress_manpages 23.10 + cook_pick_manpages $src/ajaxterm.1 23.11 } 23.12 23.13 post_install()
24.1 --- a/aldo/receipt Tue Jul 05 01:51:14 2016 +0300 24.2 +++ b/aldo/receipt Tue Jul 05 15:34:01 2016 +0300 24.3 @@ -6,8 +6,8 @@ 24.4 SHORT_DESC="Morse code learning tool." 24.5 MAINTAINER="pascal.bellard@slitaz.org" 24.6 LICENSE="GPL3" 24.7 +WEB_SITE="http://www.nongnu.org/aldo/" 24.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 24.9 -WEB_SITE="http://www.nongnu.org/aldo/" 24.10 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 24.11 24.12 DEPENDS="libao" 24.13 @@ -22,8 +22,6 @@ 24.14 $CONFIGURE_ARGS && 24.15 make && 24.16 make DESTDIR=$DESTDIR install 24.17 - 24.18 - cook_compress_manpages 24.19 } 24.20 24.21 # Rules to gen a SliTaz package suitable for Tazpkg.
25.1 --- a/alpine/receipt Tue Jul 05 01:51:14 2016 +0300 25.2 +++ b/alpine/receipt Tue Jul 05 15:34:01 2016 +0300 25.3 @@ -6,8 +6,8 @@ 25.4 SHORT_DESC="Fast, easy to use email client." 25.5 MAINTAINER="paul@slitaz.org" 25.6 LICENSE="Apache" 25.7 +WEB_SITE="http://www.washington.edu/alpine/" 25.8 TARBALL="$PACKAGE.tar.gz" 25.9 -WEB_SITE="http://www.washington.edu/alpine/" 25.10 WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL" 25.11 TAGS="mail client" 25.12 #HOST_ARCH="i486 arm" 25.13 @@ -24,8 +24,6 @@ 25.14 --without-krb5 \ 25.15 $CONFIGURE_ARGS && 25.16 make && make DESTDIR=$DESTDIR install 25.17 - 25.18 - cook_compress_manpages 25.19 } 25.20 25.21 # Rules to gen a SliTaz package suitable for Tazpkg.
26.1 --- a/alsa-tools/receipt Tue Jul 05 01:51:14 2016 +0300 26.2 +++ b/alsa-tools/receipt Tue Jul 05 15:34:01 2016 +0300 26.3 @@ -6,8 +6,8 @@ 26.4 SHORT_DESC="Alsa sound system additionnal tools (meta package)." 26.5 MAINTAINER="pankso@slitaz.org" 26.6 LICENSE="GPL2" 26.7 +WEB_SITE="http://www.alsa-project.org/" 26.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 26.9 -WEB_SITE="http://www.alsa-project.org/" 26.10 WGET_URL="http://alsa.cybermirror.org/tools/$TARBALL" 26.11 GENERIC_MENUS="no" 26.12 26.13 @@ -22,15 +22,9 @@ 26.14 # Rules to configure and make the package. 26.15 compile_rules() 26.16 { 26.17 - #cd $src 26.18 - #make configure && 26.19 - #make && make DESTDIR=$DESTDIR install 26.20 - for tool in $TOOLS 26.21 - do 26.22 + for tool in $TOOLS; do 26.23 cd $src/$tool 26.24 ./configure $CONFIGURE_ARGS 26.25 make && make DESTDIR=$DESTDIR install 26.26 done 26.27 - 26.28 - cook_compress_manpages 26.29 }
27.1 --- a/alsa-utils/receipt Tue Jul 05 01:51:14 2016 +0300 27.2 +++ b/alsa-utils/receipt Tue Jul 05 15:34:01 2016 +0300 27.3 @@ -3,11 +3,11 @@ 27.4 PACKAGE="alsa-utils" 27.5 VERSION="1.0.27.2" 27.6 CATEGORY="multimedia" 27.7 -SHORT_DESC="Alsa sound system utilities et config tools." 27.8 +SHORT_DESC="Alsa sound system utilities and config tools." 27.9 MAINTAINER="pankso@slitaz.org" 27.10 LICENSE="GPL2" 27.11 +WEB_SITE="http://www.alsa-project.org/" 27.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 27.13 -WEB_SITE="http://www.alsa-project.org/" 27.14 WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL" 27.15 CONFIG_FILES="/var/lib/alsa/asound.state" 27.16 HOST_ARCH="i486 arm" 27.17 @@ -23,8 +23,6 @@ 27.18 $CONFIGURE_ARGS && 27.19 make && 27.20 make DESTDIR=$DESTDIR install 27.21 - 27.22 - cook_compress_manpages 27.23 } 27.24 27.25 # Rules to gen a SliTaz package suitable for Tazpkg.
28.1 --- a/alsaplayer/receipt Tue Jul 05 01:51:14 2016 +0300 28.2 +++ b/alsaplayer/receipt Tue Jul 05 15:34:01 2016 +0300 28.3 @@ -6,9 +6,9 @@ 28.4 SHORT_DESC="Alsa GTK+ PCM audio player." 28.5 MAINTAINER="pankso@slitaz.org" 28.6 LICENSE="GPL3" 28.7 +WEB_SITE="http://alsaplayer.sourceforge.net/" 28.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 28.9 -WEB_SITE="http://www.alsaplayer.org/" 28.10 -WGET_URL="http://www.alsaplayer.org/$TARBALL" 28.11 +WGET_URL="${WEB_SITE}$TARBALL" 28.12 TAGS="music audio player mp3 ogg flac" 28.13 HOST_ARCH="i486 arm" 28.14 28.15 @@ -38,8 +38,6 @@ 28.16 # Chmod install-sh to avoid install error. 28.17 chmod 755 install-sh && 28.18 make DESTDIR=$DESTDIR install 28.19 - 28.20 - cook_compress_manpages 28.21 } 28.22 28.23 # Rules to gen a SliTaz package suitable for Tazpkg. 28.24 @@ -55,4 +53,3 @@ 28.25 rm $fs/usr/lib/alsaplayer/*/*.*a 28.26 rm -rf $fs/usr/lib/alsaplayer/scopes2 28.27 } 28.28 -
29.1 --- a/amule/receipt Tue Jul 05 01:51:14 2016 +0300 29.2 +++ b/amule/receipt Tue Jul 05 15:34:01 2016 +0300 29.3 @@ -6,10 +6,9 @@ 29.4 SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks." 29.5 MAINTAINER="pankso@slitaz.org" 29.6 LICENSE="GPL2" 29.7 -#SOURCE="aMule-SVN" 29.8 +WEB_SITE="http://www.amule.org/" 29.9 SOURCE="aMule" 29.10 TARBALL="$SOURCE-$VERSION.tar.xz" 29.11 -WEB_SITE="http://www.amule.org/" 29.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 29.13 TAGS="p2p peer-to-peer fileshare" 29.14 29.15 @@ -24,8 +23,6 @@ 29.16 $CONFIGURE_ARGS && 29.17 make $MAKEFLAGS && 29.18 make DESTDIR=$DESTDIR install 29.19 - 29.20 - cook_compress_manpages 29.21 } 29.22 29.23 # Rules to gen a SliTaz package suitable for Tazpkg.
30.1 --- a/anacron/receipt Tue Jul 05 01:51:14 2016 +0300 30.2 +++ b/anacron/receipt Tue Jul 05 15:34:01 2016 +0300 30.3 @@ -22,7 +22,6 @@ 30.4 30.5 mkdir -p $install/usr/share 30.6 mv $install/usr/man $install/usr/share 30.7 - cook_compress_manpages 30.8 } 30.9 30.10 # Rules to gen a SliTaz package suitable for Tazpkg.
31.1 --- a/ansible/receipt Tue Jul 05 01:51:14 2016 +0300 31.2 +++ b/ansible/receipt Tue Jul 05 15:34:01 2016 +0300 31.3 @@ -6,8 +6,8 @@ 31.4 SHORT_DESC="a radically simple configuration-management engine." 31.5 MAINTAINER="pascal.bellard@slitaz.org" 31.6 LICENSE="GPL3" 31.7 +WEB_SITE="http://www.ansible.com/home" 31.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 31.9 -WEB_SITE="http://www.ansible.com/home" 31.10 WGET_URL="https://github.com/ansible/ansible/archive/v$VERSION.tar.gz" 31.11 CONFIG_FILES="/etc/ansible" 31.12 31.13 @@ -20,9 +20,7 @@ 31.14 python setup.py build 31.15 python setup.py install --root=$DESTDIR 31.16 31.17 - mkdir -p $install/usr/share/man/man1 31.18 - cp -a $src/docs/man/man1/*.1 $install/usr/share/man/man1 31.19 - cook_compress_manpages 31.20 + cook_pick_manpages $src/docs/man/man1/*.1 31.21 } 31.22 31.23 # Rules to gen a SliTaz package suitable for Tazpkg.
32.1 --- a/antinat/receipt Tue Jul 05 01:51:14 2016 +0300 32.2 +++ b/antinat/receipt Tue Jul 05 15:34:01 2016 +0300 32.3 @@ -6,8 +6,8 @@ 32.4 SHORT_DESC="Flexible SOCKS server & client library for proxy-based applications." 32.5 MAINTAINER="pascal.bellard@slitaz.org" 32.6 LICENSE="GPL2" 32.7 +WEB_SITE="http://antinat.sourceforge.net/" 32.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 32.9 -WEB_SITE="http://antinat.sourceforge.net/" 32.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 32.11 32.12 DEPENDS="expat" 32.13 @@ -20,11 +20,7 @@ 32.14 make && 32.15 make prefix=$DESTDIR/usr install 32.16 32.17 - for i in 1 3 4; do 32.18 - mkdir -p $install/usr/share/man/man$i 32.19 - cp -a $src/man/*.$i $install/usr/share/man/man$i 32.20 - done 32.21 - cook_compress_manpages 32.22 + cook_pick_manpages $src/man/*.1 $src/man/*.3 $src/man/*.4 32.23 } 32.24 32.25 # Rules to gen a SliTaz package suitable for Tazpkg.
33.1 --- a/apache/receipt Tue Jul 05 01:51:14 2016 +0300 33.2 +++ b/apache/receipt Tue Jul 05 15:34:01 2016 +0300 33.3 @@ -30,8 +30,6 @@ 33.4 --enable-ssl \ 33.5 --enable-layout=Slitaz $CONFIGURE_ARGS && 33.6 make $MAKEFLAGS && make DESTDIR=$DESTDIR install 33.7 - 33.8 - cook_compress_manpages 33.9 } 33.10 33.11 # Rules to gen a SliTaz package suitable for Tazpkg.
34.1 --- a/apcupsd/receipt Tue Jul 05 01:51:14 2016 +0300 34.2 +++ b/apcupsd/receipt Tue Jul 05 15:34:01 2016 +0300 34.3 @@ -30,15 +30,12 @@ 34.4 $CONFIGURE_ARGS && 34.5 make && make install 34.6 34.7 - for i in 5 8; do 34.8 - mkdir -p $install/usr/share/man/man$i 34.9 - cp -a $src/doc/*.$i $install/usr/share/man/man$i 34.10 - done 34.11 - cook_compress_manpages 34.12 + cook_pick_manpages $src/doc/*.5 $src/doc/*.8 34.13 } 34.14 34.15 # Rules to gen a SliTaz package suitable for Tazpkg. 34.16 genpkg_rules() 34.17 { 34.18 cp -a $install/* $fs 34.19 + rm -r $fs/usr/share/man 34.20 }
35.1 --- a/aqualung/receipt Tue Jul 05 01:51:14 2016 +0300 35.2 +++ b/aqualung/receipt Tue Jul 05 15:34:01 2016 +0300 35.3 @@ -6,8 +6,8 @@ 35.4 SHORT_DESC="Aqualung audio player." 35.5 MAINTAINER="pankso@slitaz.org" 35.6 LICENSE="GPL2" 35.7 +WEB_SITE="http://aqualung.factorial.hu/" 35.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 35.9 -WEB_SITE="http://aqualung.factorial.hu/" 35.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 35.11 TAGS="music audio player mp3 ogg" 35.12 35.13 @@ -23,8 +23,6 @@ 35.14 --with-lavc=no \ 35.15 --with-jack=no && 35.16 make && make install 35.17 - 35.18 - cook_compress_manpages 35.19 } 35.20 35.21 # Rules to gen a SliTaz package suitable for Tazpkg.
36.1 --- a/ardour/receipt Tue Jul 05 01:51:14 2016 +0300 36.2 +++ b/ardour/receipt Tue Jul 05 15:34:01 2016 +0300 36.3 @@ -56,13 +56,11 @@ 36.4 DIST_LIBDIR=lib \ 36.5 DESTDIR=$DESTDIR install 36.6 36.7 - mkdir -p $install/usr/share/man/man1 36.8 - cp -a $src/ardour.1 $install/usr/share/man/man1 36.9 + cook_pick_manpages $src/ardour.1 36.10 for i in es fr ru; do 36.11 mkdir -p $install/usr/share/man/$i/man1 36.12 cp -a $src/ardour.1.$i $install/usr/share/man/$i/man1/ardour.1 36.13 done 36.14 - cook_compress_manpages 36.15 } 36.16 36.17 # Rules to gen a SliTaz package suitable for Tazpkg.
37.1 --- a/aria2/receipt Tue Jul 05 01:51:14 2016 +0300 37.2 +++ b/aria2/receipt Tue Jul 05 15:34:01 2016 +0300 37.3 @@ -6,13 +6,13 @@ 37.4 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" 37.5 MAINTAINER="devl547@gmail.com" 37.6 LICENSE="GPL2" 37.7 +WEB_SITE="http://aria2.sourceforge.net/" 37.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 37.9 -WEB_SITE="http://aria2.sourceforge.net/" 37.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 37.11 37.12 DEPENDS="zlib libxml2 gnutls libgcrypt" 37.13 BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config gmp-dev \ 37.14 - nettle-dev" 37.15 +nettle-dev" 37.16 37.17 # Rules to configure and make the package. 37.18 compile_rules() 37.19 @@ -21,8 +21,6 @@ 37.20 --enable-epoll --enable-threads=posix --with-libz \ 37.21 --without-sqlite3 --without-openssl && 37.22 make && make install 37.23 - 37.24 - cook_compress_manpages 37.25 } 37.26 37.27 # Rules to gen a SliTaz package suitable for Tazpkg.
38.1 --- a/arj/receipt Tue Jul 05 01:51:14 2016 +0300 38.2 +++ b/arj/receipt Tue Jul 05 15:34:01 2016 +0300 38.3 @@ -6,8 +6,8 @@ 38.4 SHORT_DESC="ARJ archiver." 38.5 MAINTAINER="pascal.bellard@slitaz.org" 38.6 LICENSE="GPL2" 38.7 +WEB_SITE="http://arj.sourceforge.net/" 38.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 38.9 -WEB_SITE="http://$PACKAGE.sourceforge.net/" 38.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 38.11 TAGS="compression archive" 38.12 38.13 @@ -27,8 +27,6 @@ 38.14 sed -i 's/Patch not found.*/&return(POSTPROC_ERL_SUCCESS);/' postproc.c 38.15 make -j 1 && 38.16 make DESTDIR=$DESTDIR install 38.17 - 38.18 - cook_compress_manpages 38.19 } 38.20 38.21 # Rules to gen a SliTaz package suitable for Tazpkg.
39.1 --- a/arp-scan/receipt Tue Jul 05 01:51:14 2016 +0300 39.2 +++ b/arp-scan/receipt Tue Jul 05 15:34:01 2016 +0300 39.3 @@ -6,8 +6,8 @@ 39.4 SHORT_DESC="The ARP Scanner" 39.5 MAINTAINER="pascal.bellard@slitaz.org" 39.6 LICENSE="GPL3" 39.7 +WEB_SITE="https://github.com/royhills/arp-scan" 39.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 39.9 -WEB_SITE="https://github.com/royhills/arp-scan" 39.10 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 39.11 39.12 DEPENDS="libpcap perl" 39.13 @@ -21,8 +21,6 @@ 39.14 make && 39.15 make check | sed '/0$/d' && 39.16 make DESTDIR=$DESTDIR install 39.17 - 39.18 - cook_compress_manpages 39.19 } 39.20 39.21 # Rules to gen a SliTaz package suitable for Tazpkg.
40.1 --- a/arping/receipt Tue Jul 05 01:51:14 2016 +0300 40.2 +++ b/arping/receipt Tue Jul 05 15:34:01 2016 +0300 40.3 @@ -18,8 +18,6 @@ 40.4 { 40.5 ./configure $CONFIGURE_ARGS && 40.6 make && make DESTDIR=$DESTDIR install 40.7 - 40.8 - cook_compress_manpages 40.9 } 40.10 40.11 # Rules to gen a SliTaz package suitable for Tazpkg.
41.1 --- a/arpwatch/receipt Tue Jul 05 01:51:14 2016 +0300 41.2 +++ b/arpwatch/receipt Tue Jul 05 15:34:01 2016 +0300 41.3 @@ -6,9 +6,9 @@ 41.4 SHORT_DESC="arpwatch and arpsnmp network monitoring tools" 41.5 MAINTAINER="slaxemulator@gmail.com" 41.6 LICENSE="BSD" 41.7 +WEB_SITE="ftp://ftp.ee.lbl.gov/" 41.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 41.9 -WEB_SITE="ftp://ftp.ee.lbl.gov" 41.10 -WGET_URL="$WEB_SITE/$TARBALL" 41.11 +WGET_URL="${WEB_SITE}$TARBALL" 41.12 41.13 DEPENDS="libpcap" 41.14 BUILD_DEPENDS="libpcap-dev" 41.15 @@ -25,9 +25,7 @@ 41.16 41.17 #~ SENDMAIL=/usr/sbin/sendmail 41.18 41.19 - mkdir -p $install/usr/share/man/man8 41.20 - cp -a $src/*.8 $install/usr/share/man/man8 41.21 - cook_compress_manpages 41.22 + cook_pick_manpages $src/*.8 41.23 } 41.24 41.25 # Rules to gen a SliTaz package suitable for Tazpkg. 41.26 @@ -38,4 +36,3 @@ 41.27 install -d -m 0755 $fs/var/lib/arpwatch 41.28 touch $fs/var/lib/arpwatch/arp.dat 41.29 } 41.30 -
42.1 --- a/asciidoc/receipt Tue Jul 05 01:51:14 2016 +0300 42.2 +++ b/asciidoc/receipt Tue Jul 05 15:34:01 2016 +0300 42.3 @@ -6,8 +6,8 @@ 42.4 SHORT_DESC="Text based document generation" 42.5 MAINTAINER="pankso@slitaz.org" 42.6 LICENSE="GPL2" 42.7 -TARBALL="$PACKAGE-${VERSION}.tar.gz" 42.8 WEB_SITE="http://www.methods.co.nz/asciidoc/" 42.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" 42.10 WGET_URL="$SF_MIRROR/project/asciidoc/asciidoc/$VERSION/$TARBALL" 42.11 42.12 DEPENDS="python" 42.13 @@ -20,8 +20,6 @@ 42.14 --sysconfdir=/etc \ 42.15 $CONFIGURE_ARGS && 42.16 make install 42.17 - 42.18 - cook_compress_manpages 42.19 } 42.20 42.21 # Rules to gen a SliTaz package suitable for Tazpkg.
43.1 --- a/aspell/receipt Tue Jul 05 01:51:14 2016 +0300 43.2 +++ b/aspell/receipt Tue Jul 05 15:34:01 2016 +0300 43.3 @@ -6,8 +6,8 @@ 43.4 SHORT_DESC="GNU spell checker." 43.5 MAINTAINER="paul@slitaz.org" 43.6 LICENSE="LGPL2" 43.7 +WEB_SITE="http://aspell.net/" 43.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 43.9 -WEB_SITE="http://aspell.net/" 43.10 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/$TARBALL" 43.11 TAGS="spell check" 43.12 HOST_ARCH="i486 arm" 43.13 @@ -21,8 +21,6 @@ 43.14 export LDFLAGS="$LDFLAGS -ltinfo" 43.15 ./configure $CONFIGURE_ARGS && \ 43.16 make && make install 43.17 - 43.18 - cook_compress_manpages 43.19 } 43.20 43.21 # Rules to gen a SliTaz package suitable for Tazpkg.
44.1 --- a/asterisk/receipt Tue Jul 05 01:51:14 2016 +0300 44.2 +++ b/asterisk/receipt Tue Jul 05 15:34:01 2016 +0300 44.3 @@ -35,7 +35,6 @@ 44.4 { 44.5 # according to https://issues.asterisk.org/jira/browse/ASTERISK-20576 44.6 # the message "Makefile:82: pjproject/build.mak: No such file or directory" is normal :-/ 44.7 - cd $src 44.8 sed -i 's/>no</>yes</' addons/[acor]*.c 44.9 find * -name config.guess -o -name configure | xargs \ 44.10 sed -i "s/(uname -m)/(echo $ARCH)/" 44.11 @@ -67,8 +66,6 @@ 44.12 make -j 1 DESTDIR=$DESTDIR samples && 44.13 cd contrib/utils && 44.14 gcc rawplayer.c -o $DESTDIR/usr/bin/rawplayer 44.15 - 44.16 - cook_compress_manpages 44.17 } 44.18 44.19 # Rules to gen a SliTaz package suitable for Tazpkg.
45.1 --- a/at/receipt Tue Jul 05 01:51:14 2016 +0300 45.2 +++ b/at/receipt Tue Jul 05 15:34:01 2016 +0300 45.3 @@ -6,8 +6,8 @@ 45.4 SHORT_DESC="Schedule commands to be executed once." 45.5 MAINTAINER="pascal.bellard@slitaz.org" 45.6 LICENSE="GPL2" 45.7 +WEB_SITE="http://packages.debian.org/lenny/at" 45.8 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 45.9 -WEB_SITE="http://packages.debian.org/lenny/at" 45.10 WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 45.11 45.12 BUILD_DEPENDS="bison flex ssmtp" 45.13 @@ -22,8 +22,6 @@ 45.14 $CONFIGURE_ARGS && 45.15 make -j1 && 45.16 make -j1 IROOT=$DESTDIR install 45.17 - 45.18 - cook_compress_manpages 45.19 } 45.20 45.21 # Rules to gen a SliTaz package suitable for Tazpkg.
46.1 --- a/aterm/receipt Tue Jul 05 01:51:14 2016 +0300 46.2 +++ b/aterm/receipt Tue Jul 05 15:34:01 2016 +0300 46.3 @@ -6,8 +6,8 @@ 46.4 SHORT_DESC="terminal emulator" 46.5 MAINTAINER="allan316@gmail.com" 46.6 LICENSE="GPL2" 46.7 +WEB_SITE="http://aterm.sourceforge.net" 46.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 46.9 -WEB_SITE="http://aterm.sourceforge.net" 46.10 WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/aterm/$TARBALL" 46.11 TAGS="terminal" 46.12 HOST_ARCH="i486 arm" 46.13 @@ -24,8 +24,6 @@ 46.14 esac 46.15 ./configure $CONFIGURE_ARGS && 46.16 make && make install 46.17 - 46.18 - cook_compress_manpages 46.19 } 46.20 46.21 # Rules to gen a SliTaz package suitable for Tazpkg.
47.1 --- a/atftp/receipt Tue Jul 05 01:51:14 2016 +0300 47.2 +++ b/atftp/receipt Tue Jul 05 15:34:01 2016 +0300 47.3 @@ -6,8 +6,8 @@ 47.4 SHORT_DESC="Advanced Trivial File Transport Protocol client." 47.5 MAINTAINER="pascal.bellard@slitaz.org" 47.6 LICENSE="GPL2" 47.7 +WEB_SITE="http://freshmeat.net/projects/atftp/" 47.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 47.9 -WEB_SITE="http://freshmeat.net/projects/atftp/" 47.10 WGET_URL="http://downloads.openwrt.org/sources/$TARBALL" 47.11 HOST_ARCH="i486 arm" 47.12 47.13 @@ -25,8 +25,6 @@ 47.14 $CONFIGURE_ARGS && 47.15 make && 47.16 make DESTDIR=$DESTDIR install 47.17 - 47.18 - cook_compress_manpages 47.19 } 47.20 47.21 # Rules to gen a SliTaz package suitable for Tazpkg.
48.1 --- a/atm-tools/receipt Tue Jul 05 01:51:14 2016 +0300 48.2 +++ b/atm-tools/receipt Tue Jul 05 15:34:01 2016 +0300 48.3 @@ -6,9 +6,9 @@ 48.4 SHORT_DESC="User space tools for atm." 48.5 MAINTAINER="pascal.bellard@slitaz.org" 48.6 LICENSE="GPL2" 48.7 +WEB_SITE="http://linux-atm.sourceforge.net/" 48.8 SOURCE="linux-atm" 48.9 TARBALL="$SOURCE-$VERSION.tar.gz" 48.10 -WEB_SITE="http://$SOURCE.sourceforge.net/" 48.11 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 48.12 CONFIG_FILES="/etc/atmsigd.conf" 48.13 48.14 @@ -18,12 +18,11 @@ 48.15 compile_rules() 48.16 { 48.17 busybox patch -p0 < $stuff/MAX_PATH.u 48.18 + 48.19 ./configure --prefix=/usr --infodir=/usr/share/info \ 48.20 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 48.21 make -j1 && 48.22 make -j1 DESTDIR=$DESTDIR install 48.23 - 48.24 - cook_compress_manpages 48.25 } 48.26 48.27 # Rules to gen a SliTaz package suitable for Tazpkg.
49.1 --- a/atril/receipt Tue Jul 05 01:51:14 2016 +0300 49.2 +++ b/atril/receipt Tue Jul 05 15:34:01 2016 +0300 49.3 @@ -6,8 +6,8 @@ 49.4 LICENSE="GPL3" 49.5 SHORT_DESC="A document viewer for MATE." 49.6 MAINTAINER="yuripourre@gmail.com" 49.7 +WEB_SITE="http://www.mate-desktop.org/" 49.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 49.9 -WEB_SITE="http://www.mate-desktop.org/" 49.10 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" 49.11 49.12 DEPENDS="gtk+ mate-desktop libsecret poppler mate-icon-theme \ 49.13 @@ -25,8 +25,6 @@ 49.14 $CONFIGURE_ARGS && 49.15 make && 49.16 make DESTDIR=$DESTDIR install 49.17 - 49.18 - cook_compress_manpages 49.19 } 49.20 49.21 # Rules to gen a SliTaz package suitable for Tazpkg. 49.22 @@ -42,11 +40,5 @@ 49.23 cp -a $install/usr/lib/caja $fs/usr/lib 49.24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 49.25 # Saving some space 49.26 - rm -rf $fs/usr/share/man 49.27 - rm -rf $fs/usr/share/help 49.28 + rm -r $fs/usr/share/man $fs/usr/share/help 49.29 } 49.30 - 49.31 -post_remove() 49.32 -{ 49.33 - chroot "$1/" /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas 49.34 -}
50.1 --- a/attr/receipt Tue Jul 05 01:51:14 2016 +0300 50.2 +++ b/attr/receipt Tue Jul 05 15:34:01 2016 +0300 50.3 @@ -7,7 +7,7 @@ 50.4 MAINTAINER="rcx@zoominternet.net" 50.5 LICENSE="GPL2" 50.6 WEB_SITE="http://savannah.nongnu.org/projects/attr/" 50.7 -TARBALL="${PACKAGE}-${VERSION}.src.tar.gz" 50.8 +TARBALL="$PACKAGE-$VERSION.src.tar.gz" 50.9 WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL" 50.10 HOST_ARCH="i486 arm" 50.11 50.12 @@ -36,8 +36,6 @@ 50.13 make install install-lib install-dev DIST_ROOT=$DESTDIR 50.14 50.15 mv -f /bin/sh.bak /bin/sh 50.16 - 50.17 - cook_compress_manpages 50.18 } 50.19 50.20 # Rules to gen a SliTaz package suitable for Tazpkg.
51.1 --- a/aubio/receipt Tue Jul 05 01:51:14 2016 +0300 51.2 +++ b/aubio/receipt Tue Jul 05 15:34:01 2016 +0300 51.3 @@ -25,16 +25,14 @@ 51.4 make -j1 && 51.5 make -j1 install 51.6 51.7 - mkdir -p $install/usr/share/man/man1 51.8 - cp -a $src/doc/*.1 $install/usr/share/man/man1 51.9 - cook_compress_manpages 51.10 + cook_pick_manpages $src/doc/*.1 51.11 } 51.12 51.13 # Rules to gen a SliTaz package suitable for Tazpkg. 51.14 genpkg_rules() 51.15 { 51.16 - mkdir -p $fs/usr/lib 51.17 + mkdir -p $fs/usr/lib $fs/usr/share 51.18 cp -a $install/usr/bin $fs/usr 51.19 - cp -a $install/usr/lib/*so* $fs/usr/lib/ 51.20 - cp -a $install/usr/share $fs/usr 51.21 + cp -a $install/usr/lib/*.so* $fs/usr/lib 51.22 + cp -a $install/usr/share/sounds $fs/usr/share 51.23 }
52.1 --- a/audacious/receipt Tue Jul 05 01:51:14 2016 +0300 52.2 +++ b/audacious/receipt Tue Jul 05 15:34:01 2016 +0300 52.3 @@ -6,18 +6,20 @@ 52.4 SHORT_DESC="Music player like xmms" 52.5 MAINTAINER="mimas@slitaz.org" 52.6 LICENSE="GPL" 52.7 +WEB_SITE="http://audacious-media-player.org/" 52.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 52.9 -WEB_SITE="http://audacious-media-player.org/" 52.10 WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" 52.11 TAGS="music audio player mp3 ogg" 52.12 52.13 DEPENDS="gtk+3 libmowgli libmcs dbus-glib xorg-libXdamage libxml2 libsamplerate" 52.14 -BUILD_DEPENDS="gtk+3-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev dbus-glib-dev libxml2-dev libsamplerate-dev" 52.15 +BUILD_DEPENDS="gtk+3-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev \ 52.16 +dbus-glib-dev libxml2-dev libsamplerate-dev" 52.17 52.18 # Rules to configure and make the package. 52.19 compile_rules() 52.20 { 52.21 sed -i "s/touch -t 0001010000 /touch /g" configure 52.22 + 52.23 ./configure \ 52.24 --prefix=/usr \ 52.25 --infodir=/usr/share/info \ 52.26 @@ -26,8 +28,6 @@ 52.27 $CONFIGURE_ARGS && 52.28 make && 52.29 make DESTDIR=$DESTDIR install 52.30 - 52.31 - cook_compress_manpages 52.32 } 52.33 52.34 # Rules to gen a SliTaz package suitable for Tazpkg. 52.35 @@ -40,4 +40,3 @@ 52.36 tar -xzf $stuff/Skins.tar.gz -C $fs/usr/share/$PACKAGE 52.37 find $fs/usr/share/audacious/Skins/Default -type f -exec chmod a-x \{\} \; 52.38 } 52.39 -
53.1 --- a/audacity/receipt Tue Jul 05 01:51:14 2016 +0300 53.2 +++ b/audacity/receipt Tue Jul 05 15:34:01 2016 +0300 53.3 @@ -6,8 +6,8 @@ 53.4 SHORT_DESC="A free multi-track audio editor and recorder" 53.5 MAINTAINER="allan316@gmail.com" 53.6 LICENSE="GPL2" 53.7 +WEB_SITE="http://www.audacityteam.org/" 53.8 TARBALL="$PACKAGE-minsrc-$VERSION.tar.xz" 53.9 -WEB_SITE="http://www.audacityteam.org/" 53.10 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 53.11 TAGS="sound audio recorder editor" 53.12 53.13 @@ -26,8 +26,6 @@ 53.14 --with-ffmpeg=local \ 53.15 $CONFIGURE_ARGS && 53.16 make && make DESTDIR=$DESTDIR install 53.17 - 53.18 - cook_compress_manpages 53.19 } 53.20 53.21 # Rules to gen a SliTaz package suitable for Tazpkg.
54.1 --- a/audiofile/receipt Tue Jul 05 01:51:14 2016 +0300 54.2 +++ b/audiofile/receipt Tue Jul 05 15:34:01 2016 +0300 54.3 @@ -6,8 +6,8 @@ 54.4 SHORT_DESC="Uniform and elegant API for various audio file formats" 54.5 MAINTAINER="allan316@gmail.com" 54.6 LICENSE="GPL2" 54.7 +WEB_SITE="http://www.68k.org/~michael/audiofile/" 54.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 54.9 -WEB_SITE="http://www.68k.org/~michael/audiofile/" 54.10 WGET_URL="http://audiofile.68k.org/$TARBALL" 54.11 HOST_ARCH="i486 arm" 54.12 54.13 @@ -20,8 +20,6 @@ 54.14 ./configure \ 54.15 $CONFIGURE_ARGS && 54.16 make && make DESTDIR=$DESTDIR install 54.17 - 54.18 - cook_compress_manpages 54.19 } 54.20 54.21 # Rules to gen a SliTaz package suitable for Tazpkg.
55.1 --- a/audit/receipt Tue Jul 05 01:51:14 2016 +0300 55.2 +++ b/audit/receipt Tue Jul 05 15:34:01 2016 +0300 55.3 @@ -6,8 +6,8 @@ 55.4 SHORT_DESC="System call auditing." 55.5 MAINTAINER="pascal.bellard@slitaz.org" 55.6 LICENSE="GPL2" 55.7 +WEB_SITE="http://people.redhat.com/sgrubb/audit/" 55.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 55.9 -WEB_SITE="http://people.redhat.com/sgrubb/audit/" 55.10 WGET_URL="${WEB_SITE}$TARBALL" 55.11 55.12 DEPENDS="" 55.13 @@ -22,8 +22,6 @@ 55.14 $CONFIGURE_ARGS && 55.15 make && 55.16 make DESTDIR=$DESTDIR install 55.17 - 55.18 - cook_compress_manpages 55.19 } 55.20 55.21 # Rules to gen a SliTaz package suitable for Tazpkg.
56.1 --- a/aufs-utils/receipt Tue Jul 05 01:51:14 2016 +0300 56.2 +++ b/aufs-utils/receipt Tue Jul 05 15:34:01 2016 +0300 56.3 @@ -6,8 +6,8 @@ 56.4 SHORT_DESC="The aufs utils." 56.5 MAINTAINER="pankso@slitaz.org" 56.6 LICENSE="GPL2" 56.7 +WEB_SITE="http://aufs.sourceforge.net/" 56.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 56.9 -WEB_SITE="http://aufs.sourceforge.net/" 56.10 WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git" 56.11 BRANCH="origin/aufs3.0" 56.12 56.13 @@ -17,14 +17,12 @@ 56.14 # Rules to configure and make the package. 56.15 compile_rules() 56.16 { 56.17 - KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 56.18 - cd $src 56.19 + KERNEL_VERSION=$(. $WOK/linux/receipt; echo $VERSION) 56.20 sed -i 's|.*AUFS_XINO_TRUNC_|// &|' c2tmac.c 56.21 sed -i 's/-m 644 -T/-m 644/' Makefile 56.22 + 56.23 make && 56.24 make DESTDIR=$DESTDIR install 56.25 - 56.26 - cook_compress_manpages 56.27 } 56.28 56.29 # Rules to gen a SliTaz package suitable for Tazpkg.
57.1 --- a/autoconf/receipt Tue Jul 05 01:51:14 2016 +0300 57.2 +++ b/autoconf/receipt Tue Jul 05 15:34:01 2016 +0300 57.3 @@ -17,8 +17,6 @@ 57.4 cook_tmp_toolchain() 57.5 { 57.6 ./configure && make && make install 57.7 - 57.8 - cook_compress_manpages 57.9 } 57.10 57.11 # Rules to configure and make the package. 57.12 @@ -27,8 +25,6 @@ 57.13 ./configure $CONFIGURE_ARGS && 57.14 make && 57.15 make install 57.16 - 57.17 - cook_compress_manpages 57.18 } 57.19 57.20 # Rules to gen a SliTaz package suitable for Tazpkg.
58.1 --- a/autofs/receipt Tue Jul 05 01:51:14 2016 +0300 58.2 +++ b/autofs/receipt Tue Jul 05 15:34:01 2016 +0300 58.3 @@ -19,13 +19,14 @@ 58.4 compile_rules() 58.5 { 58.6 sed -i -e 's/-b --suffix=.orig//' -e 's/install -v/install/' */Makefile* 58.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 58.8 - --mandir=/usr/share/man \ 58.9 - $CONFIGURE_ARGS && 58.10 + 58.11 + ./configure \ 58.12 + --prefix=/usr \ 58.13 + --infodir=/usr/share/info \ 58.14 + --mandir=/usr/share/man \ 58.15 + $CONFIGURE_ARGS && 58.16 make && 58.17 make DESTDIR=$DESTDIR install 58.18 - 58.19 - cook_compress_manpages 58.20 } 58.21 58.22 # Rules to gen a SliTaz package suitable for Tazpkg.
59.1 --- a/automake/receipt Tue Jul 05 01:51:14 2016 +0300 59.2 +++ b/automake/receipt Tue Jul 05 15:34:01 2016 +0300 59.3 @@ -25,8 +25,6 @@ 59.4 ./configure $CONFIGURE_ARGS && 59.5 make && 59.6 make install 59.7 - 59.8 - cook_compress_manpages 59.9 } 59.10 59.11 # Rules to gen a SliTaz package suitable for Tazpkg.
60.1 --- a/autossh/receipt Tue Jul 05 01:51:14 2016 +0300 60.2 +++ b/autossh/receipt Tue Jul 05 15:34:01 2016 +0300 60.3 @@ -17,13 +17,12 @@ 60.4 # Rules to configure and make the package. 60.5 compile_rules() 60.6 { 60.7 - ./configure --prefix=/usr \ 60.8 + ./configure \ 60.9 + --prefix=/usr \ 60.10 $CONFIGURE_ARGS && 60.11 make 60.12 60.13 - mkdir -p $install/usr/share/man/man1 60.14 - cp -a $src/autossh.1 $install/usr/share/man/man1 60.15 - cook_compress_manpages 60.16 + cook_pick_manpages $src/autossh.1 60.17 } 60.18 60.19 # Rules to gen a SliTaz package suitable for Tazpkg.
61.1 --- a/avidemux/receipt Tue Jul 05 01:51:14 2016 +0300 61.2 +++ b/avidemux/receipt Tue Jul 05 15:34:01 2016 +0300 61.3 @@ -7,7 +7,7 @@ 61.4 MAINTAINER="allan316@gmail.com" 61.5 LICENSE="GPL2" 61.6 WEB_SITE="http://fixounet.free.fr/$PACKAGE" 61.7 -TARBALL="${PACKAGE}_${VERSION}.tar.gz" 61.8 +TARBALL="${PACKAGE}_$VERSION.tar.gz" 61.9 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" 61.10 TAGS="video movie editor avi mpeg mp4" 61.11 61.12 @@ -52,9 +52,7 @@ 61.13 cp $src/avidemux2.desktop $DESTDIR/usr/share/applications 61.14 rm -rf $src/built $src/plugins/build 61.15 61.16 - mkdir -p $install/usr/share/man/man1 61.17 - cp -a $src/man/avidemux.1 $install/usr/share/man/man1 61.18 - cook_compress_manpages 61.19 + cook_pick_manpages $src/man/avidemux.1 61.20 } 61.21 61.22 # Rules to gen a SliTaz package suitable for Tazpkg.
62.1 --- a/axel/receipt Tue Jul 05 01:51:14 2016 +0300 62.2 +++ b/axel/receipt Tue Jul 05 15:34:01 2016 +0300 62.3 @@ -6,8 +6,8 @@ 62.4 SHORT_DESC="Download accelerator." 62.5 MAINTAINER="rocky@slitaz.org" 62.6 LICENSE="GPL2" 62.7 +WEB_SITE="http://axel.alioth.debian.org" 62.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 62.9 -WEB_SITE="http://axel.alioth.debian.org" 62.10 WGET_URL="http://alioth.debian.org/frs/download.php/3015/$TARBALL" 62.11 CONFIG_FILES="/etc/axelrc" 62.12 TAGS="web internet" 62.13 @@ -20,14 +20,10 @@ 62.14 $CONFIGURE_ARGS && 62.15 make && 62.16 make install DESTDIR=$DESTDIR 62.17 - 62.18 - cook_compress_manpages 62.19 } 62.20 62.21 # Rules to gen a SliTaz package suitable for Tazpkg. 62.22 genpkg_rules() 62.23 { 62.24 - mkdir -p $fs/usr 62.25 - cp -a $install/usr/bin $fs/usr 62.26 - cp -a $install/etc $fs/ 62.27 + cook_copy_files axel axelrc 62.28 }
63.1 --- a/ayttm/receipt Tue Jul 05 01:51:14 2016 +0300 63.2 +++ b/ayttm/receipt Tue Jul 05 15:34:01 2016 +0300 63.3 @@ -8,7 +8,7 @@ 63.4 LICENSE="GPL2" 63.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 63.6 WEB_SITE="http://ayttm.sourceforge.net/" 63.7 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 63.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 63.9 63.10 BUILD_DEPENDS="gtk+-dev zlib-dev audiofile-dev xcb-util-dev openssl-dev flex \ 63.11 enchant-dev xorg-libXpm-dev libtool" 63.12 @@ -19,13 +19,17 @@ 63.13 { 63.14 # remove -lfl 63.15 sed -i 's/LEXLIB=.*/LEXLIB=/' configure 63.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 63.17 - --mandir=/usr/share/man $CONFIGURE_ARGS \ 63.18 - --disable-webcam --disable-esd --disable-arts --disable-webcam \ 63.19 - --enable-lj && 63.20 + 63.21 + ./configure \ 63.22 + --prefix=/usr \ 63.23 + --infodir=/usr/share/info \ 63.24 + --mandir=/usr/share/man \ 63.25 + --disable-webcam \ 63.26 + --disable-esd \ 63.27 + --disable-arts \ 63.28 + --enable-lj \ 63.29 + $CONFIGURE_ARGS && 63.30 make && make install 63.31 - 63.32 - cook_compress_manpages 63.33 } 63.34 63.35 # Rules to gen a SliTaz package suitable for Tazpkg.
64.1 --- a/b43-fwcutter/receipt Tue Jul 05 01:51:14 2016 +0300 64.2 +++ b/b43-fwcutter/receipt Tue Jul 05 15:34:01 2016 +0300 64.3 @@ -6,9 +6,9 @@ 64.4 SHORT_DESC="Broadcom 43xx Linux Driver." 64.5 MAINTAINER="erjo@slitaz.org" 64.6 LICENSE="BSD" 64.7 +WEB_SITE="http://bu3sch.de/b43/fwcutter/" 64.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 64.9 -WEB_SITE="http://bu3sch.de/b43/fwcutter/" 64.10 -WGET_URL="http://bu3sch.de/b43/fwcutter/$TARBALL" 64.11 +WGET_URL="$WEB_SITE$TARBALL" 64.12 TAGS="wireless" 64.13 64.14 DEPENDS="" 64.15 @@ -16,8 +16,9 @@ 64.16 # Rules to configure and make the package. 64.17 compile_rules() 64.18 { 64.19 - cd $src 64.20 make 64.21 + 64.22 + cook_pick_manpages $src/*.1 64.23 } 64.24 64.25 # Rules to gen a SliTaz package suitable for Tazpkg. 64.26 @@ -26,4 +27,3 @@ 64.27 mkdir -p $fs/usr/bin 64.28 cp -a $src/$PACKAGE $fs/usr/bin 64.29 } 64.30 -
65.1 --- a/backintime/receipt Tue Jul 05 01:51:14 2016 +0300 65.2 +++ b/backintime/receipt Tue Jul 05 15:34:01 2016 +0300 65.3 @@ -26,4 +26,5 @@ 65.4 genpkg_rules() 65.5 { 65.6 cp -a $install/* $fs 65.7 + rm -r $fs/usr/share/doc $fs/usr/share/man 65.8 }
66.1 --- a/backup-manager/receipt Tue Jul 05 01:51:14 2016 +0300 66.2 +++ b/backup-manager/receipt Tue Jul 05 15:34:01 2016 +0300 66.3 @@ -28,5 +28,6 @@ 66.4 { 66.5 mkdir $fs/etc 66.6 cp -a $install/* $fs/ 66.7 - cp $fs/usr/share/backup-manager/backup-manager.conf.tpl $fs/etc/backup-manager.conf 66.8 + cp $fs/usr/share/backup-manager/backup-manager.conf.tpl $fs/etc/backup-manager.conf 66.9 + rm -r $fs/usr/share/man 66.10 }
67.1 --- a/balance/receipt Tue Jul 05 01:51:14 2016 +0300 67.2 +++ b/balance/receipt Tue Jul 05 15:34:01 2016 +0300 67.3 @@ -6,15 +6,17 @@ 67.4 SHORT_DESC="Generic tcp proxy with round robin load balancing and failover." 67.5 MAINTAINER="pascal.bellard@slitaz.org" 67.6 LICENSE="GPL2" 67.7 +WEB_SITE="http://www.inlab.de/balance.html" 67.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 67.9 -WEB_SITE="http://www.inlab.de/balance.html" 67.10 WGET_URL="http://www.inlab.de/$TARBALL" 67.11 TAGS="web internet load-balancing proxy tcp ipv6" 67.12 67.13 # Rules to configure and make the package. 67.14 compile_rules() 67.15 { 67.16 - mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null 67.17 + mkdir -p $install/usr/sbin $install/usr/share/man/man1 2>/dev/null 67.18 + sed 's|/man/|/share/man/|' $src/Makefile 67.19 + 67.20 make && 67.21 make DESTDIR=$DESTDIR install 67.22 } 67.23 @@ -25,3 +27,8 @@ 67.24 mkdir -p $fs/usr 67.25 cp -a $install/usr/sbin $fs/usr 67.26 } 67.27 + 67.28 +post_install() 67.29 +{ 67.30 + mkdir -p "$1/var/run/balance" 67.31 +}
68.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 68.2 +++ b/barcode/description.txt Tue Jul 05 15:34:01 2016 +0300 68.3 @@ -0,0 +1,11 @@ 68.4 +GNU Barcode is a tool to convert text strings to printed bars. It supports 68.5 +a variety of standard codes to represent the textual strings and creates 68.6 +postscript output. 68.7 + 68.8 +Main features of GNU Barcode: 68.9 + 68.10 + * Available as both a library and an executable program 68.11 + * Supports UPC, EAN, ISBN, CODE39 and other encoding standards 68.12 + * Postscript and Encapsulated Postscript output 68.13 + * Accepts sizes and positions as inches, centimeters, millimeters 68.14 + * Can create tables of barcodes (to print labels on sticker pages)
69.1 --- a/barcode/receipt Tue Jul 05 01:51:14 2016 +0300 69.2 +++ b/barcode/receipt Tue Jul 05 15:34:01 2016 +0300 69.3 @@ -6,23 +6,23 @@ 69.4 SHORT_DESC="barcode generator" 69.5 MAINTAINER="devl547@gmail.com" 69.6 LICENSE="GPL2" 69.7 +WEB_SITE="https://www.gnu.org/software/barcode/" 69.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 69.9 -WEB_SITE="http://www.gnu.org/software/barcode/" 69.10 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" 69.11 69.12 +BUILD_DEPENDS="automake texinfo" 69.13 + 69.14 # Rules to configure and make the package. 69.15 compile_rules() 69.16 { 69.17 - cd $src 69.18 - ./configure $CONFIGURE_ARGS 2>&1 | grep -v 'sed: confdefs' && 69.19 - make && 69.20 - make prefix=$DESTDIR install 69.21 + patch -p1 -i $stuff/barcode.patch 69.22 + autoreconf -fi 69.23 + 69.24 + ./configure $CONFIGURE_ARGS && make && make install 69.25 } 69.26 69.27 # Rules to gen a SliTaz package suitable for Tazpkg. 69.28 genpkg_rules() 69.29 { 69.30 - mkdir -p $fs/usr 69.31 - cp -a $install/bin $fs/usr 69.32 - cp -a $install/lib $fs/usr 69.33 + cook_copy_files barcode 69.34 }
70.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 70.2 +++ b/barcode/stuff/barcode.patch Tue Jul 05 15:34:01 2016 +0300 70.3 @@ -0,0 +1,36 @@ 70.4 +--- a/Makefile.in 70.5 ++++ b/Makefile.in 70.6 +@@ -14,8 +14,8 @@ 70.7 + BINDIR = $(prefix)/bin 70.8 + LIBDIR = $(prefix)/lib 70.9 + INCDIR = $(prefix)/include 70.10 +-MAN1DIR = $(prefix)/man/man1 70.11 +-MAN3DIR = $(prefix)/man/man3 70.12 ++MAN1DIR = $(prefix)/share/man/man1 70.13 ++MAN3DIR = $(prefix)/share/man/man3 70.14 + INFODIR = $(prefix)/info 70.15 + 70.16 + # getopt may be installed or not, if not take our copy 70.17 +@@ -63,14 +63,14 @@ 70.18 + cd doc && $(MAKE) 70.19 + 70.20 + install: 70.21 +- $(INSTALL) -d $(BINDIR) $(INCDIR) $(LIBDIR) $(MAN1DIR) \ 70.22 +- $(MAN3DIR) $(INFODIR) 70.23 +- $(INSTALL) -c $(TARGET) $(BINDIR) 70.24 +- $(INSTALL) -c -m 0644 $(HEADER) $(INCDIR) 70.25 +- $(INSTALL) -c -m 0644 $(LIBRARY) $(LIBDIR) 70.26 +- $(INSTALL) -c -m 0644 $(MAN1) $(MAN1DIR) 70.27 +- $(INSTALL) -c -m 0644 $(MAN3) $(MAN3DIR) 70.28 +- $(INSTALL) -c -m 0644 $(INFO) $(INFODIR) 70.29 ++ $(INSTALL) -d $(DESTDIR)$(BINDIR) $(DESTDIR)$(INCDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(MAN1DIR) \ 70.30 ++ $(DESTDIR)$(MAN3DIR) $(DESTDIR)$(INFODIR) 70.31 ++ $(INSTALL) -c $(TARGET) $(DESTDIR)$(BINDIR) 70.32 ++ $(INSTALL) -c -m 0644 $(HEADER) $(DESTDIR)$(INCDIR) 70.33 ++ $(INSTALL) -c -m 0644 $(LIBRARY) $(DESTDIR)$(LIBDIR) 70.34 ++ $(INSTALL) -c -m 0644 $(MAN1) $(DESTDIR)$(MAN1DIR) 70.35 ++ $(INSTALL) -c -m 0644 $(MAN3) $(DESTDIR)$(MAN3DIR) 70.36 ++ $(INSTALL) -c -m 0644 $(INFO) $(DESTDIR)$(INFODIR) 70.37 + 70.38 + uninstall: 70.39 + $(RM) -f $(BINDIR)/$(TARGET)
71.1 --- a/bastet/receipt Tue Jul 05 01:51:14 2016 +0300 71.2 +++ b/bastet/receipt Tue Jul 05 15:34:01 2016 +0300 71.3 @@ -1,31 +1,34 @@ 71.4 # SliTaz package receipt. 71.5 71.6 PACKAGE="bastet" 71.7 -VERSION="0.43" 71.8 +VERSION="0.43.1" 71.9 CATEGORY="games" 71.10 SHORT_DESC="Bastard tetris clone." 71.11 MAINTAINER="pankso@slitaz.org" 71.12 LICENSE="GPL3" 71.13 -DEPENDS="ncurses libboost-program-options" 71.14 -BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options-dev" 71.15 -TARBALL="$PACKAGE-$VERSION.tgz" 71.16 -WEB_SITE="http://fph.altervista.org/prog/bastet.shtml" 71.17 -WGET_URL="http://fph.altervista.org/prog/files/$TARBALL" 71.18 +WEB_SITE="http://fph.altervista.org/prog/bastet.html" 71.19 +TARBALL="$PACKAGE-$VERSION.tar.gz" 71.20 +WGET_URL="https://github.com/fph/bastet/archive/$VERSION.tar.gz" 71.21 TAGS="tetris" 71.22 +GENERIC_MENUS="no" 71.23 + 71.24 +DEPENDS="gcc-lib-base glibc-base libboost-program-options libtinfo ncurses" 71.25 +BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options-dev \ 71.26 +libboost-tr1-dev" 71.27 71.28 # Rules to configure and make the package. 71.29 compile_rules() 71.30 { 71.31 - export LDFLAGS="$LDFLAGS -ltinfo" 71.32 - make depend 2> /dev/null 71.33 - make 71.34 + cp -a $stuff/bastet* $src 71.35 + patch -p1 -i $stuff/install.patch 71.36 + 71.37 + make 2>/dev/null && make install 71.38 } 71.39 71.40 # Rules to gen a SliTaz package suitable for Tazpkg. 71.41 genpkg_rules() 71.42 { 71.43 - mkdir -p $fs/usr/games $fs/var/games 71.44 - cp -a $src/bastet $fs/usr/games 71.45 - touch $fs/var/games/bastet.scores2 71.46 - chmod 666 $fs/var/games/bastet.scores2 71.47 + cook_copy_files bastet 71.48 + cook_copy_icons 71.49 + cp -a $install/var $fs 71.50 }
72.1 --- a/bastet/stuff/bastet.desktop Tue Jul 05 01:51:14 2016 +0300 72.2 +++ b/bastet/stuff/bastet.desktop Tue Jul 05 15:34:01 2016 +0300 72.3 @@ -6,7 +6,7 @@ 72.4 GenericName[ru]=Клон тетриса 72.5 Comment=Play to bastard tetris 72.6 Comment[ru]=Сыграйте в подлый тетрис 72.7 +Terminal=true 72.8 Exec=bastet 72.9 -Terminal=true 72.10 Icon=bastet 72.11 -Categories=Game; 72.12 +Categories=Game;BlocksGame;ConsoleOnly;
73.1 Binary file bastet/stuff/bastet.png has changed
74.1 Binary file bastet/stuff/bastet16.png has changed
75.1 Binary file bastet/stuff/bastet48.png has changed
76.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 76.2 +++ b/bastet/stuff/install.patch Tue Jul 05 15:34:01 2016 +0300 76.3 @@ -0,0 +1,45 @@ 76.4 +--- a/Makefile 76.5 ++++ b/Makefile 76.6 +@@ -1,15 +1,26 @@ 76.7 ++prefix = /usr 76.8 ++exec_prefix = ${prefix} 76.9 ++datarootdir = ${prefix}/share 76.10 ++bindir = ${exec_prefix}/games 76.11 ++mandir = ${datarootdir}/man/man6 76.12 ++appdir = ${datarootdir}/applications 76.13 ++icondir = ${datarootdir}/icons/hicolor 76.14 ++icon16dir = ${icondir}/16x16/apps 76.15 ++icon48dir = ${icondir}/48x48/apps 76.16 ++scoredir = /var/games 76.17 ++ 76.18 + SOURCES=Ui.cpp Block.cpp Well.cpp BlockPosition.cpp Config.cpp BlockChooser.cpp BastetBlockChooser.cpp 76.19 + MAIN=main.cpp 76.20 + TESTS=Test.cpp 76.21 + PROGNAME=bastet 76.22 + BOOST_PO?=-lboost_program_options 76.23 +-LDFLAGS+=-lncurses $(BOOST_PO) 76.24 ++LDFLAGS+=-lncurses -ltinfo $(BOOST_PO) 76.25 + #CXXFLAGS+=-ggdb -Wall 76.26 + CXXFLAGS+=-DNDEBUG -Wall 76.27 + #CXXFLAGS+=-pg 76.28 + #LDFLAGS+=-pg 76.29 + 76.30 +-all: $(PROGNAME) $(TESTS:.cpp=) 76.31 ++all: depend $(PROGNAME) $(TESTS:.cpp=) 76.32 + 76.33 + Test: $(SOURCES:.cpp=.o) $(TESTS:.cpp=.o) 76.34 + $(CXX) -ggdb -o $(TESTS:.cpp=) $(SOURCES:.cpp=.o) $(TESTS:.cpp=.o) $(LDFLAGS) 76.35 +@@ -27,3 +38,13 @@ 76.36 + 76.37 + mrproper: clean 76.38 + rm -f *~ 76.39 ++ 76.40 ++install: 76.41 ++ install -d $(DESTDIR)${bindir} $(DESTDIR)${scoredir} $(DESTDIR)${appdir} \ 76.42 ++ $(DESTDIR)${icon16dir} $(DESTDIR)${icon48dir} $(DESTDIR)${mandir} 76.43 ++ install -m0755 bastet $(DESTDIR)${bindir} 76.44 ++ install -m0666 /dev/null $(DESTDIR)${scoredir}/bastet.scores2 76.45 ++ install -m0644 bastet.desktop $(DESTDIR)${appdir} 76.46 ++ install -m0644 bastet16.png $(DESTDIR)${icon16dir}/bastet.png 76.47 ++ install -m0644 bastet48.png $(DESTDIR)${icon48dir}/bastet.png 76.48 ++ install -m0644 bastet.6 $(DESTDIR)${mandir}
77.1 --- a/bazaar/receipt Tue Jul 05 01:51:14 2016 +0300 77.2 +++ b/bazaar/receipt Tue Jul 05 15:34:01 2016 +0300 77.3 @@ -6,9 +6,9 @@ 77.4 SHORT_DESC="A free distributed version control system." 77.5 MAINTAINER="rcx@zoominternet.net" 77.6 LICENSE="GPL2" 77.7 +WEB_SITE="http://bazaar-vcs.org/" 77.8 SOURCE="bzr" 77.9 TARBALL="$SOURCE-$VERSION.tar.gz" 77.10 -WEB_SITE="http://bazaar-vcs.org/" 77.11 WGET_URL="https://launchpad.net/$SOURCE/${VERSION:0:3}/$VERSION/+download/$TARBALL" 77.12 TAGS="dvcs version-control versioning" 77.13 77.14 @@ -22,6 +22,9 @@ 77.15 --prefix=/usr \ 77.16 --root=$DESTDIR \ 77.17 --no-compile 77.18 + 77.19 + mkdir -p $install/usr/share 77.20 + mv $install/usr/man $install/usr/share 77.21 } 77.22 77.23 # Rules to gen a SliTaz package suitable for Tazpkg.
78.1 --- a/bc/receipt Tue Jul 05 01:51:14 2016 +0300 78.2 +++ b/bc/receipt Tue Jul 05 15:34:01 2016 +0300 78.3 @@ -27,6 +27,5 @@ 78.4 # Rules to gen a SliTaz package suitable for Tazpkg. 78.5 genpkg_rules() 78.6 { 78.7 - mkdir -p $fs/usr/bin 78.8 - cp -a $install/usr/bin/* $fs/usr/bin 78.9 + cook_copy_files bc dc 78.10 }
79.1 --- a/bc/stuff/bc.desktop Tue Jul 05 01:51:14 2016 +0300 79.2 +++ b/bc/stuff/bc.desktop Tue Jul 05 15:34:01 2016 +0300 79.3 @@ -13,4 +13,4 @@ 79.4 Exec=bc 79.5 Terminal=true 79.6 Icon=accessories-calculator 79.7 -Categories=Utility;Calculator; 79.8 +Categories=Utility;Calculator;ConsoleOnly;
80.1 --- a/bchunk/receipt Tue Jul 05 01:51:14 2016 +0300 80.2 +++ b/bchunk/receipt Tue Jul 05 15:34:01 2016 +0300 80.3 @@ -6,16 +6,17 @@ 80.4 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'." 80.5 MAINTAINER="pascal.bellard@slitaz.org" 80.6 LICENSE="GPL2" 80.7 +WEB_SITE="http://he.fi/bchunk" 80.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 80.9 -WEB_SITE="http://he.fi/$PACKAGE" 80.10 WGET_URL="$WEB_SITE/$TARBALL" 80.11 TAGS="convert CD bin cue iso" 80.12 80.13 # Rules to configure and make the package. 80.14 compile_rules() 80.15 { 80.16 - cd $src 80.17 make 80.18 + 80.19 + cook_pick_manpages bchunk.1 80.20 } 80.21 80.22 # Rules to gen a SliTaz package suitable for Tazpkg. 80.23 @@ -24,4 +25,3 @@ 80.24 mkdir -p $fs/usr/bin 80.25 cp $src/bchunk $fs/usr/bin 80.26 } 80.27 -
81.1 --- a/bcrypt/receipt Tue Jul 05 01:51:14 2016 +0300 81.2 +++ b/bcrypt/receipt Tue Jul 05 15:34:01 2016 +0300 81.3 @@ -6,8 +6,8 @@ 81.4 SHORT_DESC="File encryption utility" 81.5 MAINTAINER="erjo@slitaz.org" 81.6 LICENSE="BSD" 81.7 +WEB_SITE="http://bcrypt.sourceforge.net/" 81.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 81.9 -WEB_SITE="http://bcrypt.sourceforge.net/" 81.10 WGET_URL="http://bcrypt.sourceforge.net/${TARBALL}" 81.11 TAGS="encrypt" 81.12 81.13 @@ -17,8 +17,9 @@ 81.14 # Rules to configure and make the package. 81.15 compile_rules() 81.16 { 81.17 - cd $src 81.18 make 81.19 + 81.20 + cook_pick_manpage bcrypt.1 81.21 } 81.22 81.23 # Rules to gen a SliTaz package suitable for Tazpkg. 81.24 @@ -27,4 +28,3 @@ 81.25 mkdir -p $fs/usr/bin 81.26 cp -a $src/bcrypt $fs/usr/bin 81.27 } 81.28 -
82.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 82.2 +++ b/beaver-plugins/receipt Tue Jul 05 15:34:01 2016 +0300 82.3 @@ -0,0 +1,20 @@ 82.4 +# SliTaz package receipt. 82.5 + 82.6 +PACKAGE="beaver-plugins" 82.7 +VERSION="0.4.1" 82.8 +CATEGORY="text" 82.9 +SHORT_DESC="Simple and very light advanced text editor, plugins" 82.10 +MAINTAINER="al.bobylev@gmail.com" 82.11 +LICENSE="GPL2" 82.12 +WEB_SITE="http://beaver-editor.sourceforge.net/" 82.13 +GENERIC_PIXMAPS="no" 82.14 +HOST_ARCH="i486 arm" 82.15 + 82.16 +WANTED="beaver" 82.17 +DEPENDS="beaver" 82.18 + 82.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 82.20 +genpkg_rules() 82.21 +{ 82.22 + cook_copy_files *.so 82.23 +}
83.1 --- a/beaver/receipt Tue Jul 05 01:51:14 2016 +0300 83.2 +++ b/beaver/receipt Tue Jul 05 15:34:01 2016 +0300 83.3 @@ -2,41 +2,40 @@ 83.4 83.5 PACKAGE="beaver" 83.6 VERSION="0.4.1" 83.7 -CATEGORY="development" 83.8 -SHORT_DESC="Simple and very light advanced text editor." 83.9 +CATEGORY="text" 83.10 +SHORT_DESC="Simple and very light advanced text editor" 83.11 MAINTAINER="pankso@slitaz.org" 83.12 LICENSE="GPL2" 83.13 +WEB_SITE="http://beaver-editor.sourceforge.net/" 83.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 83.15 -WEB_SITE="http://beaver-editor.sf.net/" 83.16 WGET_URL="$SF_MIRROR/$PACKAGE-editor/$TARBALL" 83.17 TAGS="text-editor" 83.18 HOST_ARCH="i486 arm" 83.19 +GENERIC_PIXMAPS="no" 83.20 83.21 -GENERIC_PIXMAPS="no" 83.22 DEPENDS="gtk+ xorg-libXdamage" 83.23 BUILD_DEPENDS="gtk+-dev xorg-xproto expat-dev" 83.24 +SPLIT="beaver-plugins" 83.25 83.26 # Rules to configure and make the package. 83.27 compile_rules() 83.28 { 83.29 sed -i 's|dir/po/\*\.po|& 2>/dev/null|' configure 83.30 - ./configure \ 83.31 - $CONFIGURE_ARGS && 83.32 - make && make install 83.33 + patch -p1 -i $stuff/icon.patch 83.34 + 83.35 + ./configure $CONFIGURE_ARGS && make && make install 83.36 + 83.37 + cook_compress_png 83.38 } 83.39 83.40 # Rules to gen a SliTaz package suitable for Tazpkg. 83.41 genpkg_rules() 83.42 { 83.43 - mkdir -p \ 83.44 - $fs/usr/share/beaver \ 83.45 - $fs/usr/share/icons/hicolor/32x32/ 83.46 - 83.47 - cp -a $install/usr/bin $fs/usr 83.48 + cook_copy_files beaver 83.49 + cook_copy_icons 83.50 + mkdir -p $fs/usr/share/beaver 83.51 cp -a $install/usr/share/beaver/resource $fs/usr/share/beaver 83.52 - cp -a $install/usr/share/icons/hicolor/32x32/apps \ 83.53 - $fs/usr/share/icons/hicolor/32x32/ 83.54 - 83.55 + 83.56 # Custom default configuration 83.57 cp -a $stuff/beaver.conf.default $fs/usr/share/beaver/resource 83.58 }
84.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 84.2 +++ b/beaver/stuff/icon.patch Tue Jul 05 15:34:01 2016 +0300 84.3 @@ -0,0 +1,11 @@ 84.4 +--- a/src/interface.c 84.5 ++++ b/src/interface.c 84.6 +@@ -1922,7 +1922,7 @@ 84.7 + 84.8 + /* set the beaver logo as the default logo for 84.9 + * all windows to be opened */ 84.10 +- gtk_window_set_default_icon_from_file (ICON_DIR "/beaver.png", NULL); 84.11 ++ gtk_window_set_default_icon_name ("beaver"); 84.12 + 84.13 + /* initialize settings */ 84.14 + Settings = init_settings ();
85.1 --- a/nano/receipt Tue Jul 05 01:51:14 2016 +0300 85.2 +++ b/nano/receipt Tue Jul 05 15:34:01 2016 +0300 85.3 @@ -32,8 +32,6 @@ 85.4 --enable-utf8 \ 85.5 $CONFIGURE_ARGS $ARCH_ARGS && 85.6 make && make install 85.7 - 85.8 - cook_compress_manpages 85.9 } 85.10 85.11 # Rules to gen a SliTaz package suitable for Tazpkg.
86.1 --- a/util-linux/receipt Tue Jul 05 01:51:14 2016 +0300 86.2 +++ b/util-linux/receipt Tue Jul 05 15:34:01 2016 +0300 86.3 @@ -33,6 +33,4 @@ 86.4 --sysconfdir=/etc \ 86.5 $CONFIGURE_ARGS && 86.6 make && make install 86.7 - 86.8 - cook_compress_manpages 86.9 }
87.1 --- a/viewnior/receipt Tue Jul 05 01:51:14 2016 +0300 87.2 +++ b/viewnior/receipt Tue Jul 05 15:34:01 2016 +0300 87.3 @@ -27,7 +27,6 @@ 87.4 mkdir -p $src/m4 87.5 autoreconf -fi 87.6 ./configure $CONFIGURE_ARGS && make $MAKEFLAGS install 87.7 - cook_compress_manpages 87.8 cook_compress_png 87.9 sed -i 's|^ *||' $install/usr/share/viewnior/*.ui 87.10 }