wok rev 19278

Check manpages... to bluez.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 05 19:21:55 2016 +0300 (2016-07-05)
parents 100bf857d43f
children cc6b64a4c196
files ajaxterm/receipt beep/receipt bin86/receipt bind/receipt bison/receipt blackbox/receipt blktrace/receipt bluefish/receipt blueman/receipt bluez/receipt
line diff
     1.1 --- a/ajaxterm/receipt	Tue Jul 05 17:03:57 2016 +0200
     1.2 +++ b/ajaxterm/receipt	Tue Jul 05 19:21:55 2016 +0300
     1.3 @@ -15,6 +15,12 @@
     1.4  DEPENDS="python"
     1.5  SUGGESTED="apache lighttpd-ssl lighttpd-modules"
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	cook_pick_manpages $src/ajaxterm.1
    1.11 +}
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 @@ -23,8 +29,6 @@
    1.17  	cp -a $stuff/* $fs/
    1.18  	chown -R root:root $fs
    1.19  	find $fs -type f -name '*.py' -exec chmod a+x \{\} \;
    1.20 -
    1.21 -	cook_pick_manpages $src/ajaxterm.1
    1.22  }
    1.23  
    1.24  post_install()
     2.1 --- a/beep/receipt	Tue Jul 05 17:03:57 2016 +0200
     2.2 +++ b/beep/receipt	Tue Jul 05 19:21:55 2016 +0300
     2.3 @@ -6,21 +6,23 @@
     2.4  SHORT_DESC="Advanced pc-speaker beeper."
     2.5  MAINTAINER="pascal.bellard@slitaz.org"
     2.6  LICENSE="GPL2"
     2.7 +WEB_SITE="http://www.johnath.com/beep/README"
     2.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.9 -WEB_SITE="http://www.johnath.com/beep/README"
    2.10  WGET_URL="http://www.johnath.com/beep/$TARBALL"
    2.11  
    2.12  # Rules to configure and make the package.
    2.13  compile_rules()
    2.14  {
    2.15  	make
    2.16 +
    2.17 +	cook_pick_manpages beep.1.gz
    2.18  }
    2.19  
    2.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.21  genpkg_rules()
    2.22  {
    2.23  	mkdir -p $fs/usr/bin
    2.24 -	cp $src/beep $fs/usr/bin
    2.25 +	cp -a $src/beep $fs/usr/bin
    2.26  }
    2.27  
    2.28  post_remove()
     3.1 --- a/bin86/receipt	Tue Jul 05 17:03:57 2016 +0200
     3.2 +++ b/bin86/receipt	Tue Jul 05 19:21:55 2016 +0300
     3.3 @@ -6,8 +6,8 @@
     3.4  SHORT_DESC="A complete 8086 assembler and loader"
     3.5  MAINTAINER="slaxemulator@gmail.com"
     3.6  LICENSE="GPL2"
     3.7 +WEB_SITE="http://www.debath.co.uk/"
     3.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.9 -WEB_SITE="http://www.debath.co.uk/"
    3.10  WGET_URL="http://v3.sk/~lkundrak/dev86/$TARBALL"
    3.11  TAGS="assembler 8086"
    3.12  
    3.13 @@ -16,7 +16,6 @@
    3.14  # Rules to configure and make the package.
    3.15  compile_rules()
    3.16  {
    3.17 -	cd $src
    3.18  	mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1
    3.19  	make PREFIX=/usr &&
    3.20  	make PREFIX=$DESTDIR/usr MANDIR=$DESTDIR/usr/share/man/man1 install
     4.1 --- a/bind/receipt	Tue Jul 05 17:03:57 2016 +0200
     4.2 +++ b/bind/receipt	Tue Jul 05 19:21:55 2016 +0300
     4.3 @@ -19,7 +19,6 @@
     4.4  # Rules to configure and make the package.
     4.5  compile_rules()
     4.6  {
     4.7 -	cd $src
     4.8  	mkdir -p $DESTDIR/etc/bind
     4.9  	./configure --prefix=/usr --infodir=/usr/share/info \
    4.10  	--sysconfdir=/etc/bind --localstatedir=/var --with-libtool \
     5.1 --- a/bison/receipt	Tue Jul 05 17:03:57 2016 +0200
     5.2 +++ b/bison/receipt	Tue Jul 05 19:21:55 2016 +0300
     5.3 @@ -6,8 +6,8 @@
     5.4  SHORT_DESC="GNU parser generator."
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  LICENSE="GPL3"
     5.7 +WEB_SITE="http://www.gnu.org/software/bison/"
     5.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.9 -WEB_SITE="http://www.gnu.org/software/bison/"
    5.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    5.11  TAGS="parser language"
    5.12  HOST_ARCH="i486 arm"
    5.13 @@ -18,7 +18,6 @@
    5.14  # Rules to configure and make the package.
    5.15  compile_rules()
    5.16  {
    5.17 -	cd $src
    5.18  	./configure $CONFIGURE_ARGS &&
    5.19  	echo '#define YYENABLE_NLS 1' >> config.h &&
    5.20  	make && make install
     6.1 --- a/blackbox/receipt	Tue Jul 05 17:03:57 2016 +0200
     6.2 +++ b/blackbox/receipt	Tue Jul 05 19:21:55 2016 +0300
     6.3 @@ -6,8 +6,8 @@
     6.4  SHORT_DESC="A small, fast, full-featured window manager for X"
     6.5  MAINTAINER="devl547@gmail.com"
     6.6  LICENSE="MIT"
     6.7 +WEB_SITE="http://blackboxwm.sourceforge.net/"
     6.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     6.9 -WEB_SITE="http://blackboxwm.sourceforge.net/"
    6.10  WGET_URL="$SF_MIRROR/blackboxwm/$TARBALL"
    6.11  TAGS="window-manager"
    6.12  
    6.13 @@ -20,12 +20,14 @@
    6.14  # Rules to configure and make the package.
    6.15  compile_rules()
    6.16  {
    6.17 -	cd $src
    6.18  	patch -p1 < $stuff/blackbox-0.70.1-gcc-4.3.patch
    6.19  	patch -p0 < $stuff/blackbox-0.70.1-asneeded.patch
    6.20  	patch -p1 < $stuff/textpropertytostring-unconditional.patch
    6.21 -	./configure --sysconfdir=/etc \
    6.22 -	--libexecdir=/usr/bin --mandir=/usr/share/man \
    6.23 +
    6.24 +	./configure \
    6.25 +		--sysconfdir=/etc \
    6.26 +		--libexecdir=/usr/bin \
    6.27 +		--mandir=/usr/share/man \
    6.28  	$CONFIGURE_ARGS &&
    6.29  	make &&
    6.30  	make DESTDIR=$DESTDIR install
     7.1 --- a/blktrace/receipt	Tue Jul 05 17:03:57 2016 +0200
     7.2 +++ b/blktrace/receipt	Tue Jul 05 19:21:55 2016 +0300
     7.3 @@ -6,8 +6,8 @@
     7.4  SHORT_DESC="Block layer IO tracing."
     7.5  MAINTAINER="pascal.bellard@slitaz.org"
     7.6  LICENSE="GPL2"
     7.7 +WEB_SITE="http://brick.kernel.dk/snaps"
     7.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     7.9 -WEB_SITE="http://brick.kernel.dk/snaps"
    7.10  WGET_URL="$WEB_SITE/$TARBALL"
    7.11  
    7.12  DEPENDS="libaio"
    7.13 @@ -16,15 +16,17 @@
    7.14  # Rules to configure and make the package.
    7.15  compile_rules()
    7.16  {
    7.17 -	cd $src
    7.18  	sed -i 's|/usr/local|/usr|' Makefile
    7.19 +
    7.20  	make DESTDIR=$DESTDIR install
    7.21 +
    7.22 +	mkdir -p $install/usr/share
    7.23 +	mv $install/usr/man $install/usr/share
    7.24  }
    7.25  
    7.26 -# Rules to gen a SliTaz package suitable for Tazpkg.   
    7.27 -genpkg_rules()                                      
    7.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.29 +genpkg_rules()
    7.30  {
    7.31  	mkdir -p $fs/usr
    7.32  	cp -a $install/usr/bin $fs/usr
    7.33  }
    7.34 -
     8.1 --- a/bluefish/receipt	Tue Jul 05 17:03:57 2016 +0200
     8.2 +++ b/bluefish/receipt	Tue Jul 05 19:21:55 2016 +0300
     8.3 @@ -6,8 +6,8 @@
     8.4  SHORT_DESC="A powerful editor"
     8.5  MAINTAINER="erjo@slitaz.org"
     8.6  LICENSE="GPL3"
     8.7 +WEB_SITE="http://bluefish.openoffice.nl/index.html"
     8.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     8.9 -WEB_SITE="http://bluefish.openoffice.nl/index.html"
    8.10  WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
    8.11  TAGS="text-editor language HTML programming scripting"
    8.12  
     9.1 --- a/blueman/receipt	Tue Jul 05 17:03:57 2016 +0200
     9.2 +++ b/blueman/receipt	Tue Jul 05 19:21:55 2016 +0300
     9.3 @@ -6,8 +6,8 @@
     9.4  SHORT_DESC="Easy to use GTK+ Bluetooth Manager."
     9.5  MAINTAINER="pankso@slitaz.org"
     9.6  LICENSE="GPL3"
     9.7 +WEB_SITE="https://github.com/blueman-project/blueman"
     9.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     9.9 -WEB_SITE="http://blueman-project.org/"
    9.10  WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
    9.11  
    9.12  DEPENDS="linux-bluetooth bluez python pygtk libnotify notify-python python-pyrex \
    10.1 --- a/bluez/receipt	Tue Jul 05 17:03:57 2016 +0200
    10.2 +++ b/bluez/receipt	Tue Jul 05 19:21:55 2016 +0300
    10.3 @@ -6,8 +6,8 @@
    10.4  SHORT_DESC="Bluetooth protocol stack."
    10.5  MAINTAINER="pankso@slitaz.org"
    10.6  LICENSE="GPL2"
    10.7 +WEB_SITE="http://www.bluez.org/"
    10.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10.9 -WEB_SITE="http://www.bluez.org/"
   10.10  #WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL"
   10.11  WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/bluetooth/$TARBALL"
   10.12  TAGS="bluetooth"
   10.13 @@ -16,11 +16,10 @@
   10.14  BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev pkg-config libusb-compat"
   10.15  
   10.16  # Rules to configure and make the package.
   10.17 -
   10.18  compile_rules()
   10.19  {
   10.20 -	cd $src
   10.21  	sed -i 's/NEED_USB/xx&/' tools/*.c
   10.22 +
   10.23  	./configure \
   10.24  		--prefix=/usr \
   10.25  		--sysconfdir=/etc \