wok-next rev 19315
Check manpages... to ddd.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jul 12 15:00:21 2016 +0300 (2016-07-12) |
parents | 482b6cfe297f |
children | 351d04534fa0 |
files | chocolate-doom/receipt cifs-utils/receipt clamtk/receipt cookutils-daemon/receipt cookutils/receipt cplay/receipt cpu-g/receipt ctags/receipt cups-filters/receipt |
line diff
1.1 --- a/chocolate-doom/receipt Tue Jul 12 05:57:54 2016 -0300 1.2 +++ b/chocolate-doom/receipt Tue Jul 12 15:00:21 2016 +0300 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="Doom source port as close as possible to vanilla Doom." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 -WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 1.12 DEPENDS="libsdl libsdl-mixer libsdl-net libsamplerate" 1.13 @@ -16,11 +16,12 @@ 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" 1.19 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.20 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.21 make $MAKEFLAGS 1.22 + 1.23 + cook_pick_manpages man/*.5 man/*.6 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 @@ -29,4 +30,3 @@ 1.28 mkdir -p $fs/usr/bin $fs/usr/share/games/doom 1.29 cp $src/src/chocolate-doom $fs/usr/bin 1.30 } 1.31 -
2.1 --- a/cifs-utils/receipt Tue Jul 12 05:57:54 2016 -0300 2.2 +++ b/cifs-utils/receipt Tue Jul 12 15:00:21 2016 +0300 2.3 @@ -6,8 +6,8 @@ 2.4 SHORT_DESC="CIFS userland tools." 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 LICENSE="GPL3" 2.7 +WEB_SITE="http://wiki.samba.org/index.php/LinuxCIFS_utils" 2.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.9 -WEB_SITE="http://wiki.samba.org/index.php/LinuxCIFS_utils" 2.10 WGET_URL="ftp://ftp.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" 2.11 PROVIDE="smbfs" 2.12 2.13 @@ -21,6 +21,8 @@ 2.14 --mandir=/usr/share/man $CONFIGURE_ARGS && 2.15 make && 2.16 make DESTDIR=$DESTDIR install 2.17 + 2.18 + cook_pick_manpages *.1 2.19 } 2.20 2.21 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/clamtk/receipt Tue Jul 12 05:57:54 2016 -0300 3.2 +++ b/clamtk/receipt Tue Jul 12 15:00:21 2016 +0300 3.3 @@ -6,8 +6,8 @@ 3.4 SHORT_DESC="ClamTk is a GUI front-end for ClamAV using gtk2-perl." 3.5 MAINTAINER="slaxemulator@gmail.com" 3.6 LICENSE="GPL" 3.7 +WEB_SITE="http://clamtk.sourceforge.net/" 3.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.9 -WEB_SITE="http://clamtk.sourceforge.net/" 3.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.11 3.12 DEPENDS="clamav perl-gtk2 perl perl-date-calc perl-file-find-rule \ 3.13 @@ -36,4 +36,6 @@ 3.14 3.15 # menu 3.16 install -Dm644 $src/clamtk.desktop $fs/usr/share/applications/clamtk.desktop 3.17 + 3.18 + cook_pick_manpages clamtk.1.gz 3.19 }
4.1 --- a/cookutils-daemon/receipt Tue Jul 12 05:57:54 2016 -0300 4.2 +++ b/cookutils-daemon/receipt Tue Jul 12 15:00:21 2016 +0300 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="cookutils-daemon" 4.7 -VERSION="817" 4.8 +VERSION="818" 4.9 CATEGORY="system-tools" 4.10 SHORT_DESC="SliTaz Cooker daemon script for build host." 4.11 MAINTAINER="pankso@slitaz.org"
5.1 --- a/cookutils/receipt Tue Jul 12 05:57:54 2016 -0300 5.2 +++ b/cookutils/receipt Tue Jul 12 15:00:21 2016 +0300 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="cookutils" 5.7 -VERSION="817" 5.8 +VERSION="818" 5.9 CATEGORY="base-system" 5.10 SHORT_DESC="SliTaz packages builder new generation." 5.11 MAINTAINER="pankso@slitaz.org"
6.1 --- a/cplay/receipt Tue Jul 12 05:57:54 2016 -0300 6.2 +++ b/cplay/receipt Tue Jul 12 15:00:21 2016 +0300 6.3 @@ -17,6 +17,8 @@ 6.4 { 6.5 make 6.6 make cplayrc 6.7 + 6.8 + cook_pick_manpages cplay.1 6.9 } 6.10 6.11 # Rules to gen a SliTaz package suitable for Tazpkg.
7.1 --- a/cpu-g/receipt Tue Jul 12 05:57:54 2016 -0300 7.2 +++ b/cpu-g/receipt Tue Jul 12 15:00:21 2016 +0300 7.3 @@ -27,4 +27,6 @@ 7.4 cp -a $src/cpu-g.glade $fs/usr/share/cpu-g 7.5 cp -a $src/data/logos $fs/usr/share/cpu-g 7.6 cp -a $src/data/cpu-g.png $fs/usr/share/pixmaps 7.7 + 7.8 + cook_pick_manpages doc/* 7.9 }
8.1 --- a/ctags/receipt Tue Jul 12 05:57:54 2016 -0300 8.2 +++ b/ctags/receipt Tue Jul 12 15:00:21 2016 +0300 8.3 @@ -6,8 +6,8 @@ 8.4 SHORT_DESC="Generates an index file of language objects found in source files." 8.5 MAINTAINER="rocky@slitaz.org" 8.6 LICENSE="GPL2" 8.7 +WEB_SITE="http://ctags.sourceforge.net/" 8.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.9 -WEB_SITE="http://ctags.sourceforge.net/" 8.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 8.11 8.12 BUILD_DEPENDS="" 8.13 @@ -15,16 +15,17 @@ 8.14 # Rules to configure and make the package. 8.15 compile_rules() 8.16 { 8.17 - cd $src 8.18 - ./configure --prefix=/usr \ 8.19 - $CONFIGURE_ARGS && 8.20 - make && 8.21 - make prefix=$DESTDIR/usr install 8.22 + ./configure \ 8.23 + --prefix=/usr \ 8.24 + $CONFIGURE_ARGS && 8.25 + make && 8.26 + make prefix=$DESTDIR/usr install 8.27 + 8.28 + cook_pick_manpages ctags.1 8.29 } 8.30 8.31 # Rules to gen a SliTaz package suitable for Tazpkg. 8.32 genpkg_rules() 8.33 { 8.34 - mkdir -p $fs/usr 8.35 - cp -a $install/usr/bin $fs/usr 8.36 + cook_copy_files ctags 8.37 }
9.1 --- a/cups-filters/receipt Tue Jul 12 05:57:54 2016 -0300 9.2 +++ b/cups-filters/receipt Tue Jul 12 15:00:21 2016 +0300 9.3 @@ -14,7 +14,7 @@ 9.4 9.5 DEPENDS="lcms poppler qpdf ghostscript gutenprint glib" 9.6 BUILD_DEPENDS="ijs-dev libpng-dev lcms-dev poppler-dev \ 9.7 -qpdf-dev dbus-dev cups-dev gmp-dev zlib-dev jpeg-dev tiff-dev" 9.8 +qpdf-dev dbus-dev cups-dev gmp-dev zlib-dev jpeg-dev tiff-dev freetype-dev" 9.9 9.10 # Rules to configure and make the package. 9.11 compile_rules() 9.12 @@ -24,24 +24,23 @@ 9.13 patch -p0 -i $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES 9.14 9.15 ./configure \ 9.16 - --prefix=/usr \ 9.17 - --sysconfdir=/etc \ 9.18 - $CONFIGURE_ARGS && 9.19 - make && make install 9.20 + --prefix=/usr \ 9.21 + --sysconfdir=/etc \ 9.22 + $CONFIGURE_ARGS && 9.23 + make && make install 9.24 } 9.25 9.26 # Rules to gen a SliTaz package suitable for Tazpkg. 9.27 genpkg_rules() 9.28 { 9.29 - mkdir -p $fs/usr/lib $fs/usr/share 9.30 - cp -a $install/etc $fs 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/*so* $fs/usr/lib 9.34 - cp -a $install/usr/lib/cups $fs/usr/lib 9.35 - cp -a $install/usr/share/ppd $fs/usr/share 9.36 - cp -a $install/usr/share/cups $fs/usr/share 9.37 - rm -fr $fs/etc/rc*.d 9.38 - rm -fr $fs/usr/share/cups/ppdc 9.39 + mkdir -p $fs/usr/lib $fs/usr/share 9.40 + cp -a $install/etc $fs 9.41 + cp -a $install/usr/bin $fs/usr 9.42 + cp -a $install/usr/sbin $fs/usr 9.43 + cp -a $install/usr/lib/*so* $fs/usr/lib 9.44 + cp -a $install/usr/lib/cups $fs/usr/lib 9.45 + cp -a $install/usr/share/ppd $fs/usr/share 9.46 + cp -a $install/usr/share/cups $fs/usr/share 9.47 + rm -fr $fs/etc/rc*.d 9.48 + rm -fr $fs/usr/share/cups/ppdc 9.49 } 9.50 -