wok-6.x rev 19288
Check manpages... to cgames.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jul 06 10:09:09 2016 +0300 (2016-07-06) |
parents | c060a4ab6c00 |
children | bbebd07cdfe5 |
files | boxbackup-server/receipt bozohttpd/receipt buffer/receipt buildbot-slave/receipt buildbot/receipt bzip2/receipt cc65/receipt cdparanoia-III/receipt cdrtools/receipt |
line diff
1.1 --- a/boxbackup-server/receipt Wed Jul 06 08:57:45 2016 +0200 1.2 +++ b/boxbackup-server/receipt Wed Jul 06 10:09:09 2016 +0300 1.3 @@ -6,9 +6,9 @@ 1.4 SHORT_DESC="Server for the BoxBackup on-line backup system" 1.5 MAINTAINER="domcox@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://www.boxbackup.org/" 1.8 SOURCE="boxbackup" 1.9 TARBALL="$SOURCE-$VERSION.tgz" 1.10 -WEB_SITE="http://www.boxbackup.org/" 1.11 # stable 1.12 # WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.13 #WGET_URL="http://www.boxbackup.org/svn/box/packages/$TARBALL" 1.14 @@ -35,6 +35,8 @@ 1.15 cp -a parcels/boxbackup-${VERSION}-backup-server-linux-gnu $DESTDIR 1.16 rm -f $DESTDIR/boxbackup-${VERSION}-backup-server-linux-gnu/*.* 1.17 } 1.18 + 1.19 + cook_pick_manpages $src/docs/man/* 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/bozohttpd/receipt Wed Jul 06 08:57:45 2016 +0200 2.2 +++ b/bozohttpd/receipt Wed Jul 06 10:09:09 2016 +0300 2.3 @@ -20,6 +20,8 @@ 2.4 compile_rules() 2.5 { 2.6 make -f Makefile.boot all 2.7 + 2.8 + cook_pick_manpages bozohttpd.8 2.9 } 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/buffer/receipt Wed Jul 06 08:57:45 2016 +0200 3.2 +++ b/buffer/receipt Wed Jul 06 10:09:09 2016 +0300 3.3 @@ -18,6 +18,9 @@ 3.4 { 3.5 patch -p1 < $stuff/buffer-1.19.patch || exit 1 3.6 make 3.7 + 3.8 + cp buffer.man buffer.1 3.9 + cook_pick_manpages buffer.1 3.10 } 3.11 3.12 # Rules to gen a SliTaz package suitable for Tazpkg.
4.1 --- a/buildbot-slave/receipt Wed Jul 06 08:57:45 2016 +0200 4.2 +++ b/buildbot-slave/receipt Wed Jul 06 10:09:09 2016 +0300 4.3 @@ -6,8 +6,8 @@ 4.4 SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)." 4.5 MAINTAINER="pankso@slitaz.org" 4.6 LICENSE="GPL2" 4.7 +WEB_SITE="http://buildbot.net/" 4.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.9 -WEB_SITE="http://buildbot.net/" 4.10 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" 4.11 TAGS="python buildtools" 4.12 4.13 @@ -18,6 +18,8 @@ 4.14 compile_rules() 4.15 { 4.16 python setup.py install --root=$DESTDIR 4.17 + 4.18 + cook_pick_manpages docs/buildslave.1 4.19 } 4.20 4.21 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/buildbot/receipt Wed Jul 06 08:57:45 2016 +0200 5.2 +++ b/buildbot/receipt Wed Jul 06 10:09:09 2016 +0300 5.3 @@ -6,8 +6,8 @@ 5.4 SHORT_DESC="Tool to automate the compile/test cycle of code source." 5.5 MAINTAINER="pankso@slitaz.org" 5.6 LICENSE="GPL2" 5.7 +WEB_SITE="http://buildbot.net/" 5.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.9 -WEB_SITE="http://buildbot.net/" 5.10 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" 5.11 TAGS="python buildtools" 5.12 5.13 @@ -18,10 +18,13 @@ 5.14 compile_rules() 5.15 { 5.16 python setup.py install --root=$DESTDIR 5.17 + 5.18 + cook_pick_manpages docs/buildbot.1 5.19 } 5.20 5.21 # Rules to gen a SliTaz package suitable for Tazpkg. 5.22 genpkg_rules() 5.23 { 5.24 - cp -a $install/usr $fs 5.25 + cp -a $install/* $fs 5.26 + rm $fs/usr/share/man 5.27 }
6.1 --- a/bzip2/receipt Wed Jul 06 08:57:45 2016 +0200 6.2 +++ b/bzip2/receipt Wed Jul 06 10:09:09 2016 +0300 6.3 @@ -31,6 +31,8 @@ 6.4 make -f Makefile-libbz2_so && 6.5 make clean && make ;; 6.6 esac 6.7 + 6.8 + cook_pick_manpages bzdiff.1 bzgrep.1 bzip2.1 bzmore.1 6.9 } 6.10 6.11 # Just to be sure when cross-compiling.
7.1 --- a/cc65/receipt Wed Jul 06 08:57:45 2016 +0200 7.2 +++ b/cc65/receipt Wed Jul 06 10:09:09 2016 +0300 7.3 @@ -16,12 +16,13 @@ 7.4 # Rules to configure and make the package. 7.5 compile_rules() 7.6 { 7.7 - cd $src 7.8 mkdir -p $DESTDIR/usr 7.9 sed -i "s|/usr/local|/usr|" make/gcc.mak 7.10 make -j 1 -f make/gcc.mak 7.11 sed -i "s|/usr|$DESTDIR/usr|" make/gcc.mak 7.12 make -j 1 -f make/gcc.mak install 7.13 + 7.14 + cook_pick_manpages packages/debian/*.1 7.15 } 7.16 7.17 # Rules to gen a SliTaz package suitable for Tazpkg.
8.1 --- a/cdparanoia-III/receipt Wed Jul 06 08:57:45 2016 +0200 8.2 +++ b/cdparanoia-III/receipt Wed Jul 06 10:09:09 2016 +0300 8.3 @@ -6,23 +6,27 @@ 8.4 SHORT_DESC="CMDline CD ripper used by Asunder." 8.5 MAINTAINER="pankso@slitaz.org" 8.6 LICENSE="GPL2 LGPL2.1" 8.7 +WEB_SITE="http://www.xiph.org/paranoia/" 8.8 TARBALL="$PACKAGE-$VERSION.src.tgz" 8.9 -WEB_SITE="http://www.xiph.org/paranoia/" 8.10 WGET_URL="http://downloads.xiph.org/releases/cdparanoia/$TARBALL" 8.11 8.12 # Rules to configure and make the package. 8.13 compile_rules() 8.14 { 8.15 - cd $src 8.16 fgrep -qs 'define u8' interface/low_interface.h || 8.17 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \ 8.18 interface/low_interface.h 8.19 + 8.20 ./configure \ 8.21 --prefix=/usr \ 8.22 --infodir=/usr/share/info \ 8.23 --mandir=/usr/share/man \ 8.24 $CONFIGURE_ARGS && 8.25 make -j1 8.26 + 8.27 + cook_pick_manpages cdparanoia.1 8.28 + mkdir -p $install/usr/share/man/jp/man1 8.29 + cp -a cdparanoia.1.jp $install/usr/share/man/jp/man1/cdparanoia.1 8.30 } 8.31 8.32 # Rules to gen a SliTaz package suitable for Tazpkg.
9.1 --- a/cdrtools/receipt Wed Jul 06 08:57:45 2016 +0200 9.2 +++ b/cdrtools/receipt Wed Jul 06 10:09:09 2016 +0300 9.3 @@ -6,8 +6,8 @@ 9.4 SHORT_DESC="Command line programs to record CD/DVD/BluRay media." 9.5 MAINTAINER="paul@slitaz.org" 9.6 LICENSE="GPL2 LGPL2.1" 9.7 +WEB_SITE="http://cdrecord.berlios.de/private/cdrecord.html" 9.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.9 -WEB_SITE="http://cdrecord.berlios.de/private/cdrecord.html" 9.10 WGET_URL="ftp://ftp.berlios.de/pub/cdrecord/$TARBALL" 9.11 9.12 DEPENDS="" 9.13 @@ -23,6 +23,9 @@ 9.14 ./configure 9.15 make && make DESTDIR=$DESTDIR install 9.16 } 2>&1 | sed 's/: No such/: no such/' 9.17 + 9.18 + mkdir -p $install/usr 9.19 + mv $install/opt/schily/* $install/usr 9.20 } 9.21 9.22 # Rules to gen a SliTaz package suitable for Tazpkg. 9.23 @@ -30,9 +33,8 @@ 9.24 { 9.25 mkdir -p $fs/usr/lib $fs/usr/share 9.26 cp -a $install/etc $fs 9.27 - cp -a $install/opt/schily/bin $fs/usr 9.28 - cp -a $install/opt/schily/sbin $fs/usr 9.29 - cp -a $install/opt/schily/lib/siconv $fs/usr/lib 9.30 - cp -a $install/opt/schily/share/doc $fs/usr/share 9.31 + cp -a $install/usr/bin $fs/usr 9.32 + cp -a $install/usr/sbin $fs/usr 9.33 + cp -a $install/usr/lib/siconv $fs/usr/lib 9.34 + cp -a $install/usr/share/doc $fs/usr/share 9.35 } 9.36 -