# HG changeset patch # User Aleksej Bobylev # Date 1467788949 -10800 # Node ID a511baf85854a61d08245d9f321b4b03b37cd73a # Parent c060a4ab6c00b7081ebf1eda723de100051ece07 Check manpages... to cgames. diff -r c060a4ab6c00 -r a511baf85854 boxbackup-server/receipt --- a/boxbackup-server/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/boxbackup-server/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -6,9 +6,9 @@ SHORT_DESC="Server for the BoxBackup on-line backup system" MAINTAINER="domcox@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.boxbackup.org/" SOURCE="boxbackup" TARBALL="$SOURCE-$VERSION.tgz" -WEB_SITE="http://www.boxbackup.org/" # stable # WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" #WGET_URL="http://www.boxbackup.org/svn/box/packages/$TARBALL" @@ -35,6 +35,8 @@ cp -a parcels/boxbackup-${VERSION}-backup-server-linux-gnu $DESTDIR rm -f $DESTDIR/boxbackup-${VERSION}-backup-server-linux-gnu/*.* } + + cook_pick_manpages $src/docs/man/* } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c060a4ab6c00 -r a511baf85854 bozohttpd/receipt --- a/bozohttpd/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/bozohttpd/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -20,6 +20,8 @@ compile_rules() { make -f Makefile.boot all + + cook_pick_manpages bozohttpd.8 } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c060a4ab6c00 -r a511baf85854 buffer/receipt --- a/buffer/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/buffer/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -18,6 +18,9 @@ { patch -p1 < $stuff/buffer-1.19.patch || exit 1 make + + cp buffer.man buffer.1 + cook_pick_manpages buffer.1 } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c060a4ab6c00 -r a511baf85854 buildbot-slave/receipt --- a/buildbot-slave/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/buildbot-slave/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -6,8 +6,8 @@ SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://buildbot.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://buildbot.net/" WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" TAGS="python buildtools" @@ -18,6 +18,8 @@ compile_rules() { python setup.py install --root=$DESTDIR + + cook_pick_manpages docs/buildslave.1 } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c060a4ab6c00 -r a511baf85854 buildbot/receipt --- a/buildbot/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/buildbot/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -6,8 +6,8 @@ SHORT_DESC="Tool to automate the compile/test cycle of code source." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://buildbot.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://buildbot.net/" WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" TAGS="python buildtools" @@ -18,10 +18,13 @@ compile_rules() { python setup.py install --root=$DESTDIR + + cook_pick_manpages docs/buildbot.1 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/* $fs + rm $fs/usr/share/man } diff -r c060a4ab6c00 -r a511baf85854 bzip2/receipt --- a/bzip2/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/bzip2/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -31,6 +31,8 @@ make -f Makefile-libbz2_so && make clean && make ;; esac + + cook_pick_manpages bzdiff.1 bzgrep.1 bzip2.1 bzmore.1 } # Just to be sure when cross-compiling. diff -r c060a4ab6c00 -r a511baf85854 cc65/receipt --- a/cc65/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/cc65/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -16,12 +16,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src mkdir -p $DESTDIR/usr sed -i "s|/usr/local|/usr|" make/gcc.mak make -j 1 -f make/gcc.mak sed -i "s|/usr|$DESTDIR/usr|" make/gcc.mak make -j 1 -f make/gcc.mak install + + cook_pick_manpages packages/debian/*.1 } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c060a4ab6c00 -r a511baf85854 cdparanoia-III/receipt --- a/cdparanoia-III/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/cdparanoia-III/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -6,23 +6,27 @@ SHORT_DESC="CMDline CD ripper used by Asunder." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2 LGPL2.1" +WEB_SITE="http://www.xiph.org/paranoia/" TARBALL="$PACKAGE-$VERSION.src.tgz" -WEB_SITE="http://www.xiph.org/paranoia/" WGET_URL="http://downloads.xiph.org/releases/cdparanoia/$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src fgrep -qs 'define u8' interface/low_interface.h || sed -i 's|#include |#define u8 __u8\n&|' \ interface/low_interface.h + ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make -j1 + + cook_pick_manpages cdparanoia.1 + mkdir -p $install/usr/share/man/jp/man1 + cp -a cdparanoia.1.jp $install/usr/share/man/jp/man1/cdparanoia.1 } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r c060a4ab6c00 -r a511baf85854 cdrtools/receipt --- a/cdrtools/receipt Wed Jul 06 08:57:45 2016 +0200 +++ b/cdrtools/receipt Wed Jul 06 10:09:09 2016 +0300 @@ -6,8 +6,8 @@ SHORT_DESC="Command line programs to record CD/DVD/BluRay media." MAINTAINER="paul@slitaz.org" LICENSE="GPL2 LGPL2.1" +WEB_SITE="http://cdrecord.berlios.de/private/cdrecord.html" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://cdrecord.berlios.de/private/cdrecord.html" WGET_URL="ftp://ftp.berlios.de/pub/cdrecord/$TARBALL" DEPENDS="" @@ -23,6 +23,9 @@ ./configure make && make DESTDIR=$DESTDIR install } 2>&1 | sed 's/: No such/: no such/' + + mkdir -p $install/usr + mv $install/opt/schily/* $install/usr } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -30,9 +33,8 @@ { mkdir -p $fs/usr/lib $fs/usr/share cp -a $install/etc $fs - cp -a $install/opt/schily/bin $fs/usr - cp -a $install/opt/schily/sbin $fs/usr - cp -a $install/opt/schily/lib/siconv $fs/usr/lib - cp -a $install/opt/schily/share/doc $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/siconv $fs/usr/lib + cp -a $install/usr/share/doc $fs/usr/share } -