wok-next rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents 460e0b6335e2
children ada7455aa171
files gtk2-engine-murrine/receipt gtk3-engine-unico/receipt gtkdatabox/receipt gtkglext/receipt gtkhotkey/receipt gtklp/applications/gtklp.desktop gtklp/applications/gtklpq.desktop gtklp/receipt gtkmm/receipt gtkmm3/receipt gtkperf/receipt gtkspell/receipt gtkspell3/receipt gucharmap/receipt gucharmap3/receipt guichan/receipt guile/receipt gupnp/receipt gutenprint/receipt gvfs/receipt gvolwheel/receipt hal/receipt hdf5/receipt hexchat/receipt htop/receipt hunspell/receipt hyphen/receipt ibus-hangul/receipt icecast/receipt icewm/receipt id3lib/receipt idesk/receipt ijs/receipt iksemel/receipt ilmbase/receipt imagination/receipt inotify-tools/receipt ipmitool/receipt iptables/receipt irssi/receipt isapnptools/receipt ivman/receipt jack/receipt jansson/receipt jbig2dec/receipt jpeg/receipt jpilot/receipt jq/receipt json-c/receipt kazehakase/receipt kbd/receipt kino/receipt kmod/receipt lame/receipt lcdnurse/receipt lcms/receipt lcms2/receipt ledger/receipt leptonica/receipt lesstif/receipt lftp/receipt libXaw3dXft/receipt libaal/receipt libao/receipt libart_lgpl/receipt libass/receipt libassuan/receipt libasyncns/receipt libatasmart/receipt libatomic_ops/receipt libavc1394/receipt libb2/receipt libbluray/receipt libbonobo/receipt libbonoboui/receipt libbsd/receipt libburn/receipt libcaca/receipt libcanberra/receipt libcap-ng/receipt libcclc/receipt libccls/receipt libcddb/receipt libcdio-paranoia/receipt libcdio/receipt libcdr/receipt libconfig/receipt libconfuse/receipt libcroco/receipt libdaemon/receipt libdaq/receipt libdbusmenu-gtk2/receipt libdbusmenu-gtk3/receipt libdbusmenu/receipt libdisasm/receipt libdnet/receipt libdrm/receipt libdv/receipt libdvdcss/receipt libdvdread/receipt libedit/receipt libee/receipt libepoxy/receipt libesmtp/receipt libestr/receipt libetpan/receipt libev/receipt libevdev/receipt libevent/receipt libexif/receipt libextractor/receipt libfm-extra/receipt libftdi/receipt libgcrypt/receipt libgd/receipt libgee/receipt libglademm/receipt
line diff
     1.1 --- a/gtk2-engine-murrine/receipt	Fri Apr 13 20:08:04 2018 +0300
     1.2 +++ b/gtk2-engine-murrine/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.3 @@ -14,20 +14,17 @@
     1.4  
     1.5  BUILD_DEPENDS="gtk+-dev libxml2-dev intltool"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure \
    1.12  		--disable-static \
    1.13  		--enable-animation \
    1.14  		$CONFIGURE_ARGS &&
    1.15 +	fix libtool &&
    1.16  	make &&
    1.17  	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	copy @std
    1.25  	TAGS="gtk2"
    1.26  	DEPENDS="gtk+"
     2.1 --- a/gtk3-engine-unico/receipt	Fri Apr 13 20:08:04 2018 +0300
     2.2 +++ b/gtk3-engine-unico/receipt	Sat Apr 14 01:31:03 2018 +0300
     2.3 @@ -18,6 +18,7 @@
     2.4  		--disable-static \
     2.5  		--disable-debug \
     2.6  		$CONFIGURE_ARGS &&
     2.7 +	fix libtool &&
     2.8  	make &&
     2.9  	make install
    2.10  }
     3.1 --- a/gtkdatabox/receipt	Fri Apr 13 20:08:04 2018 +0300
     3.2 +++ b/gtkdatabox/receipt	Sat Apr 14 01:31:03 2018 +0300
     3.3 @@ -24,7 +24,10 @@
     3.4  	find . -iname 'Makefile.in' -exec \
     3.5  	sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + && \
     3.6  
     3.7 -	./configure $CONFIGURE_ARGS && make && make install
     3.8 +	./configure $CONFIGURE_ARGS &&
     3.9 +	fix libtool &&
    3.10 +	make &&
    3.11 +	make install
    3.12  }
    3.13  
    3.14  genpkg_rules() {
     4.1 --- a/gtkglext/receipt	Fri Apr 13 20:08:04 2018 +0300
     4.2 +++ b/gtkglext/receipt	Sat Apr 14 01:31:03 2018 +0300
     4.3 @@ -19,6 +19,7 @@
     4.4  	patch -Np1 -i $stuff/gtk2.20.patch
     4.5  	autoconf --force
     4.6  	./configure $CONFIGURE_ARGS &&
     4.7 +	fix libtool &&
     4.8  	make &&
     4.9  	make DESTDIR=$DESTDIR install
    4.10  }
     5.1 --- a/gtkhotkey/receipt	Fri Apr 13 20:08:04 2018 +0300
     5.2 +++ b/gtkhotkey/receipt	Sat Apr 14 01:31:03 2018 +0300
     5.3 @@ -17,8 +17,11 @@
     5.4  compile_rules() {
     5.5  	sed -i 's|<glib/.*h>|<glib.h>|' src/x11/tomboykeybinder.h src/gtk-hotkey-error.h
     5.6  	sed -i 's|}/doc|}/share/doc|' Makefile*
     5.7 +
     5.8  	./configure $CONFIGURE_ARGS &&
     5.9 -	make && make install
    5.10 +	fix libtool &&
    5.11 +	make &&
    5.12 +	make install
    5.13  }
    5.14  
    5.15  genpkg_rules() {
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/gtklp/applications/gtklp.desktop	Sat Apr 14 01:31:03 2018 +0300
     6.3 @@ -0,0 +1,9 @@
     6.4 +[Desktop Entry]
     6.5 +Name=Printer Administration
     6.6 +Comment=Tool to use and administrate CUPS
     6.7 +Categories=Application;System;
     6.8 +Icon=printer
     6.9 +Exec=gtklp
    6.10 +Type=Application
    6.11 +StartupNotify=true
    6.12 +Terminal=false
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/gtklp/applications/gtklpq.desktop	Sat Apr 14 01:31:03 2018 +0300
     7.3 @@ -0,0 +1,9 @@
     7.4 +[Desktop Entry]
     7.5 +Name=Printer Queue
     7.6 +Comment=Tools to use and administrate CUPS
     7.7 +Categories=Application;Utility;
     7.8 +Icon=printer
     7.9 +Exec=gtklpq
    7.10 +Type=Application
    7.11 +StartupNotify=true
    7.12 +Terminal=false
     8.1 --- a/gtklp/receipt	Fri Apr 13 20:08:04 2018 +0300
     8.2 +++ b/gtklp/receipt	Sat Apr 14 01:31:03 2018 +0300
     8.3 @@ -1,60 +1,32 @@
     8.4 -# SliTaz package receipt.
     8.5 +# SliTaz package receipt v2.
     8.6  
     8.7  PACKAGE="gtklp"
     8.8  VERSION="1.3.0"
     8.9  CATEGORY="utilities"
    8.10 +SHORT_DESC="Tools to use and administrate CUPS"
    8.11  MAINTAINER="jozee@slitaz.org"
    8.12  LICENSE="GPL2"
    8.13 -SHORT_DESC="Tools to use and administrate CUPS"
    8.14  WEB_SITE="http://gtklp.sourceforge.net/"
    8.15 +
    8.16  TARBALL="$PACKAGE-$VERSION.src.tar.gz"
    8.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    8.18 -TAGS=""
    8.19  
    8.20 -DEPENDS="cups gtk+"
    8.21  BUILD_DEPENDS="cups-dev gtk+-dev autoconf automake libtool gettext-tools"
    8.22  
    8.23 -# Rules to configure and make the package.
    8.24 -
    8.25 -compile_rules()
    8.26 -{
    8.27 +compile_rules() {
    8.28  	sed -i 's/^gettextize .*/autopoint -f/' autogen.sh
    8.29 -	chmod +x autogen.sh 
    8.30 +	chmod +x autogen.sh
    8.31  	./autogen.sh
    8.32  	# Disable /root/missing script
    8.33  	sed -i '/is-lightweight/{s/eval/! echo/}' configure
    8.34 -	./configure --prefix=/usr &&
    8.35 +
    8.36 +	./configure &&
    8.37 +	fix libtool &&
    8.38  	make &&
    8.39 -	make DESTDIR=$DESTDIR install || return
    8.40 -	mkdir -p $DESTDIR/usr/share/applications
    8.41 -	cat > $DESTDIR/usr/share/applications/gtklp.desktop <<EOT
    8.42 -[Desktop Entry]
    8.43 -Name=Printer Administration
    8.44 -Comment=$SHORT_DESC
    8.45 -Categories=Application;System;
    8.46 -Icon=printer
    8.47 -Exec=gtklp
    8.48 -Type=Application
    8.49 -StartupNotify=true
    8.50 -Terminal=false
    8.51 -EOT
    8.52 -	cat > $DESTDIR/usr/share/applications/gtklpq.desktop <<EOT
    8.53 -[Desktop Entry]
    8.54 -Name=Printer Queue
    8.55 -Comment=$SHORT_DESC
    8.56 -Categories=Application;Utility;
    8.57 -Icon=printer
    8.58 -Exec=gtklpq
    8.59 -Type=Application
    8.60 -StartupNotify=true
    8.61 -Terminal=false
    8.62 -EOT
    8.63 +	make DESTDIR=$DESTDIR install
    8.64  }
    8.65 -	
    8.66 -# Rules to gen a SliTaz package suitable for Tazpkg.
    8.67 -genpkg_rules()
    8.68 -{
    8.69 -	mkdir -p $fs/usr/share
    8.70 -	cp -a $install/usr/bin $fs/usr
    8.71 -	cp -a $install/usr/share/applications $fs/usr/share/
    8.72 +
    8.73 +genpkg_rules() {
    8.74 +	copy @std
    8.75 +	DEPENDS="cups gtk+"
    8.76  }
     9.1 --- a/gtkmm/receipt	Fri Apr 13 20:08:04 2018 +0300
     9.2 +++ b/gtkmm/receipt	Sat Apr 14 01:31:03 2018 +0300
     9.3 @@ -19,6 +19,7 @@
     9.4  	./configure \
     9.5  		--disable-documentation \
     9.6  		$CONFIGURE_ARGS &&
     9.7 +	fix libtool &&
     9.8  	make &&
     9.9  	make install
    9.10  }
    10.1 --- a/gtkmm3/receipt	Fri Apr 13 20:08:04 2018 +0300
    10.2 +++ b/gtkmm3/receipt	Sat Apr 14 01:31:03 2018 +0300
    10.3 @@ -19,7 +19,10 @@
    10.4  compile_rules() {
    10.5  	sed -i "/^libdocdir =/ s|\$(book_name)|gtkmm-$VERSION|" docs/Makefile.in
    10.6  
    10.7 -	./configure $CONFIGURE_ARGS && make && make install
    10.8 +	./configure $CONFIGURE_ARGS &&
    10.9 +	fix libtool &&
   10.10 +	make &&
   10.11 +	make install
   10.12  }
   10.13  
   10.14  genpkg_rules() {
    11.1 --- a/gtkperf/receipt	Fri Apr 13 20:08:04 2018 +0300
    11.2 +++ b/gtkperf/receipt	Sat Apr 14 01:31:03 2018 +0300
    11.3 @@ -1,31 +1,30 @@
    11.4 -# SliTaz package receipt.
    11.5 +# SliTaz package receipt v2.
    11.6  
    11.7  PACKAGE="gtkperf"
    11.8  VERSION="0.40"
    11.9  CATEGORY="utilities"
   11.10 -SHORT_DESC="Application designed to test GTK+ performance."
   11.11 +SHORT_DESC="Application designed to test GTK+ performance"
   11.12  MAINTAINER="devl547@gmail.com"
   11.13  LICENSE="GPL2"
   11.14 +WEB_SITE="http://gtkperf.sourceforge.net/"
   11.15 +
   11.16  TARBALL="${PACKAGE}_${VERSION}.tar.gz"
   11.17 -WEB_SITE="http://gtkperf.sourceforge.net/"
   11.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   11.19  
   11.20 -DEPENDS="gtk+"
   11.21  BUILD_DEPENDS="gtk+-dev gettext autoconf"
   11.22  
   11.23 -# Rules to configure and make the package.
   11.24 -compile_rules()
   11.25 -{
   11.26 +COOKOPTS="skip-log-errors"
   11.27 +
   11.28 +compile_rules() {
   11.29  	sed -i 's|/doc|/share&|' Makefile*
   11.30 -	./configure $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath &&
   11.31 +
   11.32 +	./configure $CONFIGURE_ARGS &&
   11.33 +	fix libtool &&
   11.34  	make &&
   11.35  	make DESTDIR=$DESTDIR install
   11.36  }
   11.37  
   11.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
   11.39 -genpkg_rules()
   11.40 -{
   11.41 -	mkdir -p $fs/usr/share
   11.42 -	cp -a $install/usr/bin $fs/usr
   11.43 -	cp -a $install/usr/share/pixmaps $fs/usr/share
   11.44 +genpkg_rules() {
   11.45 +	copy @std
   11.46 +	DEPENDS="gtk+"
   11.47  }
    12.1 --- a/gtkspell/receipt	Fri Apr 13 20:08:04 2018 +0300
    12.2 +++ b/gtkspell/receipt	Sat Apr 14 01:31:03 2018 +0300
    12.3 @@ -15,7 +15,10 @@
    12.4  SPLIT="gtkspell-dev"
    12.5  
    12.6  compile_rules() {
    12.7 -	./configure $CONFIGURE_ARGS && make && make install
    12.8 +	./configure $CONFIGURE_ARGS &&
    12.9 +	fix libtool &&
   12.10 +	make &&
   12.11 +	make install
   12.12  }
   12.13  
   12.14  genpkg_rules() {
    13.1 --- a/gtkspell3/receipt	Fri Apr 13 20:08:04 2018 +0300
    13.2 +++ b/gtkspell3/receipt	Sat Apr 14 01:31:03 2018 +0300
    13.3 @@ -16,7 +16,10 @@
    13.4  SPLIT="gtkspell3-dev"
    13.5  
    13.6  compile_rules() {
    13.7 -	./configure $CONFIGURE_ARGS && make && make install
    13.8 +	./configure $CONFIGURE_ARGS &&
    13.9 +	fix libtool &&
   13.10 +	make &&
   13.11 +	make install
   13.12  }
   13.13  
   13.14  genpkg_rules() {
    14.1 --- a/gucharmap/receipt	Fri Apr 13 20:08:04 2018 +0300
    14.2 +++ b/gucharmap/receipt	Sat Apr 14 01:31:03 2018 +0300
    14.3 @@ -22,6 +22,7 @@
    14.4  		--disable-scrollkeeper \
    14.5  		--with-gtk=2.0 \
    14.6  		$CONFIGURE_ARGS &&
    14.7 +	fix libtool &&
    14.8  	make &&
    14.9  	make install
   14.10  }
    15.1 --- a/gucharmap3/receipt	Fri Apr 13 20:08:04 2018 +0300
    15.2 +++ b/gucharmap3/receipt	Sat Apr 14 01:31:03 2018 +0300
    15.3 @@ -22,7 +22,9 @@
    15.4  		--enable-vala \
    15.5  		--with-unicode-data=download \
    15.6  		--program-suffix=3 &&
    15.7 -	make && make install || return 1
    15.8 +	fix libtool &&
    15.9 +	make &&
   15.10 +	make install || return 1
   15.11  
   15.12  	find $install/usr/bin -type l -delete
   15.13  }
    16.1 --- a/guichan/receipt	Fri Apr 13 20:08:04 2018 +0300
    16.2 +++ b/guichan/receipt	Sat Apr 14 01:31:03 2018 +0300
    16.3 @@ -3,7 +3,8 @@
    16.4  PACKAGE="guichan"
    16.5  VERSION="0.8.2"
    16.6  CATEGORY="development"
    16.7 -SHORT_DESC="A portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL"
    16.8 +SHORT_DESC="A portable C++ GUI library designed for games using Allegro, SDL \
    16.9 +and/or OpenGL"
   16.10  MAINTAINER="devl547@gmail.com"
   16.11  LICENSE="BSD"
   16.12  WEB_SITE="http://guichan.sourceforge.net/"
   16.13 @@ -18,6 +19,7 @@
   16.14  	./configure \
   16.15  		--enable-sdl \
   16.16  		$CONFIGURE_ARGS &&
   16.17 +	fix libtool &&
   16.18  	make &&
   16.19  	make DESTDIR=$DESTDIR install
   16.20  }
    17.1 --- a/guile/receipt	Fri Apr 13 20:08:04 2018 +0300
    17.2 +++ b/guile/receipt	Sat Apr 14 01:31:03 2018 +0300
    17.3 @@ -18,6 +18,7 @@
    17.4  	./configure \
    17.5  		--disable-error-on-warning \
    17.6  		$CONFIGURE_ARGS &&
    17.7 +	fix libtool &&
    17.8  	make &&
    17.9  	make DESTDIR=$DESTDIR install
   17.10  }
    18.1 --- a/gupnp/receipt	Fri Apr 13 20:08:04 2018 +0300
    18.2 +++ b/gupnp/receipt	Sat Apr 14 01:31:03 2018 +0300
    18.3 @@ -16,7 +16,10 @@
    18.4  SPLIT="gupnp-dev"
    18.5  
    18.6  compile_rules() {
    18.7 -	./configure $CONFIGURE_ARGS && make && make install
    18.8 +	./configure $CONFIGURE_ARGS &&
    18.9 +	fix libtool &&
   18.10 +	make &&
   18.11 +	make install
   18.12  }
   18.13  
   18.14  genpkg_rules() {
    19.1 --- a/gutenprint/receipt	Fri Apr 13 20:08:04 2018 +0300
    19.2 +++ b/gutenprint/receipt	Sat Apr 14 01:31:03 2018 +0300
    19.3 @@ -6,13 +6,15 @@
    19.4  SHORT_DESC="Top quality printer drivers for Canon, Epson"
    19.5  MAINTAINER="jozee@slitaz.org"
    19.6  LICENSE="GPL2"
    19.7 +WEB_SITE="http://gimp-print.sourceforge.net/"
    19.8 +
    19.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   19.10 -WEB_SITE="http://gimp-print.sourceforge.net/"
   19.11  WGET_URL="$SF_MIRROR/gimp-print/$TARBALL"
   19.12  
   19.13  BUILD_DEPENDS="gnutls-dev expat-dev cups-dev libgcrypt-dev zlib-dev \
   19.14  foomatic-db-engine libtasn1-dev gmp-dev tar"
   19.15  SPLIT="gutenprint-dev"
   19.16 +COOKOPTS="skip-log-errors"
   19.17  
   19.18  compile_rules() {
   19.19  	./configure \
   19.20 @@ -20,8 +22,9 @@
   19.21  		--with-cups \
   19.22  		--disable-test \
   19.23  		$CONFIGURE_ARGS &&
   19.24 +	fix libtool &&
   19.25  	make &&
   19.26 -	make install 2>&1 | grep -v "rmdir: '/home/slitaz/wok/gutenprint/"
   19.27 +	make install
   19.28  }
   19.29  
   19.30  genpkg_rules() {
    20.1 --- a/gvfs/receipt	Fri Apr 13 20:08:04 2018 +0300
    20.2 +++ b/gvfs/receipt	Sat Apr 14 01:31:03 2018 +0300
    20.3 @@ -26,8 +26,10 @@
    20.4  		--disable-libsystemd-login \
    20.5  		--with-systemduserunitdir=no \
    20.6  		--disable-bash-completion \
    20.7 -		$CONFIGURE_ARGS && \
    20.8 -		make && make install
    20.9 +		$CONFIGURE_ARGS &&
   20.10 +	fix libtool &&
   20.11 +	make &&
   20.12 +	make install
   20.13  }
   20.14  
   20.15  genpkg_rules() {
    21.1 --- a/gvolwheel/receipt	Fri Apr 13 20:08:04 2018 +0300
    21.2 +++ b/gvolwheel/receipt	Sat Apr 14 01:31:03 2018 +0300
    21.3 @@ -1,32 +1,32 @@
    21.4 -# SliTaz package receipt.
    21.5 +# SliTaz package receipt v2.
    21.6  
    21.7  PACKAGE="gvolwheel"
    21.8 -VERSION="0.7"
    21.9 -# version > 0.7 use GTK+3
   21.10 +VERSION="0.7" # version > 0.7 use GTK+3
   21.11  CATEGORY="utilities"
   21.12  SHORT_DESC="Lightweight application to control the audio volume"
   21.13  MAINTAINER="al.bobylev@gmail.com"
   21.14  LICENSE="GPL3"
   21.15  WEB_SITE="http://gvolwheel.sourceforge.net/"
   21.16 +
   21.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
   21.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   21.19  
   21.20 -DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf \
   21.21 -glib glibc-base gtk+ libffi libpng16 xorg-libxcb pango xorg-pixman xorg-libX11 \
   21.22 -xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
   21.23 -xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
   21.24  BUILD_DEPENDS="alsa-lib-dev gtk+-dev intltool"
   21.25  
   21.26 -# Rules to configure and make the package.
   21.27 -compile_rules()
   21.28 -{
   21.29 +compile_rules() {
   21.30  	sed -i 's|/doc|/share&|' Makefile*
   21.31 -	./configure $CONFIGURE_ARGS && make && make install
   21.32 +
   21.33 +	./configure $CONFIGURE_ARGS &&
   21.34 +	fix libtool &&
   21.35 +	make &&
   21.36 +	make install
   21.37  }
   21.38  
   21.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
   21.40 -genpkg_rules()
   21.41 -{
   21.42 -	cp -a $install/* $fs
   21.43 -	rm -rf $fs/usr/share/doc
   21.44 +genpkg_rules() {
   21.45 +	copy @std
   21.46 +	DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf \
   21.47 +	glib glibc-base gtk+ libffi libpng16 xorg-libxcb pango xorg-pixman \
   21.48 +	xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
   21.49 +	xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
   21.50 +	xorg-libXrender zlib"
   21.51  }
    22.1 --- a/hal/receipt	Fri Apr 13 20:08:04 2018 +0300
    22.2 +++ b/hal/receipt	Sat Apr 14 01:31:03 2018 +0300
    22.3 @@ -34,8 +34,8 @@
    22.4  		--libexecdir=$libexecdir \
    22.5  		--disable-usb-ids \
    22.6  		--disable-policy-kit \
    22.7 -		--build=$HOST_SYSTEM \
    22.8 -		--host=$HOST_SYSTEM &&
    22.9 +		$CONFIGURE_ARGS &&
   22.10 +	fix libtool &&
   22.11  	make &&
   22.12  	rm /usr/share/misc/pci.ids &&
   22.13  	make install || return 1
    23.1 --- a/hdf5/receipt	Fri Apr 13 20:08:04 2018 +0300
    23.2 +++ b/hdf5/receipt	Sat Apr 14 01:31:03 2018 +0300
    23.3 @@ -17,8 +17,11 @@
    23.4  compile_rules() {
    23.5  	sed -i 's|// .*|/* & */|' test/th5s.c tools/lib/h5tools_str.c
    23.6  	sed -i 's/Using_CMake.txt/USING_CMake.txt/' src/CMakeLists.txt
    23.7 +
    23.8  	./configure $CONFIGURE_ARGS &&
    23.9 -	make all && make DESTDIR=$DESTDIR install
   23.10 +	fix libtool &&
   23.11 +	make all &&
   23.12 +	make DESTDIR=$DESTDIR install
   23.13  }
   23.14  
   23.15  genpkg_rules() {
    24.1 --- a/hexchat/receipt	Fri Apr 13 20:08:04 2018 +0300
    24.2 +++ b/hexchat/receipt	Sat Apr 14 01:31:03 2018 +0300
    24.3 @@ -22,6 +22,7 @@
    24.4  	./configure \
    24.5  		--disable-lua \
    24.6  		$CONFIGURE_ARGS &&
    24.7 +	fix libtool &&
    24.8  	make &&
    24.9  	make install
   24.10  }
    25.1 --- a/htop/receipt	Fri Apr 13 20:08:04 2018 +0300
    25.2 +++ b/htop/receipt	Sat Apr 14 01:31:03 2018 +0300
    25.3 @@ -1,37 +1,34 @@
    25.4 -# SliTaz package receipt.
    25.5 +# SliTaz package receipt v2.
    25.6  
    25.7  PACKAGE="htop"
    25.8  VERSION="2.0.2"
    25.9  CATEGORY="system-tools"
   25.10 -SHORT_DESC="Interactive process viewer."
   25.11 +SHORT_DESC="Interactive process viewer"
   25.12  MAINTAINER="pankso@slitaz.org"
   25.13  LICENSE="GPL2"
   25.14 +WEB_SITE="http://htop.sourceforge.net/"
   25.15 +
   25.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
   25.17 -WEB_SITE="http://htop.sourceforge.net/"
   25.18  WGET_URL="http://hisham.hm/htop/releases/$VERSION/$TARBALL"
   25.19 -TAGS="monitor system"
   25.20  
   25.21 -DEPENDS="ncurses"
   25.22  BUILD_DEPENDS="ncurses-dev"
   25.23  
   25.24 -# Handle cross comilation
   25.25 -case "$ARCH" in
   25.26 -	arm) CROSS_ARGS="--enable-native_affinity=no" ;;
   25.27 -esac
   25.28 +compile_rules() {
   25.29 +	case "$ARCH" in
   25.30 +		arm) ARCH_ARGS="--enable-native_affinity=no";;
   25.31 +	esac
   25.32  
   25.33 -# Rules to configure and make the package.
   25.34 -compile_rules()
   25.35 -{
   25.36  	./configure \
   25.37  		--enable-unicode \
   25.38 -		$CONFIGURE_ARGS $CROSS_ARGS &&
   25.39 -	make && make install
   25.40 -	
   25.41 +		$ARCH_ARGS \
   25.42 +		$CONFIGURE_ARGS &&
   25.43 +	fix libtool &&
   25.44 +	make &&
   25.45 +	make install
   25.46  }
   25.47  
   25.48 -# Rules to gen a SliTaz package suitable for Tazpkg.
   25.49 -genpkg_rules()
   25.50 -{
   25.51 -	mkdir -p $fs/usr/bin
   25.52 -	cp -a $install/usr/bin/* $fs/usr/bin
   25.53 +genpkg_rules() {
   25.54 +	copy @std
   25.55 +	DEPENDS="ncurses"
   25.56 +	TAGS="monitor system"
   25.57  }
    26.1 --- a/hunspell/receipt	Fri Apr 13 20:08:04 2018 +0300
    26.2 +++ b/hunspell/receipt	Sat Apr 14 01:31:03 2018 +0300
    26.3 @@ -14,22 +14,19 @@
    26.4  BUILD_DEPENDS="automake libtool gettext"
    26.5  SPLIT="hunspell-dev"
    26.6  
    26.7 -# Rules to configure and make the package.
    26.8 -compile_rules()
    26.9 -{
   26.10 +compile_rules() {
   26.11  	autoreconf -vfi &&
   26.12  	rm $src/po/stamp-po &&
   26.13  
   26.14  	./configure $CONFIGURE_ARGS &&
   26.15 +	fix libtool &&
   26.16  	make &&
   26.17  	make -j1 DESTDIR=$DESTDIR install
   26.18  }
   26.19  
   26.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   26.21 -genpkg_rules()
   26.22 -{
   26.23 +genpkg_rules() {
   26.24  	case $PACKAGE in
   26.25 -		hunspell) copy @std ;;
   26.26 -		hunspell-dev) copy @dev ;;
   26.27 +		hunspell) copy @std;;
   26.28 +		*-dev)    copy @dev;;
   26.29  	esac
   26.30  }
    27.1 --- a/hyphen/receipt	Fri Apr 13 20:08:04 2018 +0300
    27.2 +++ b/hyphen/receipt	Sat Apr 14 01:31:03 2018 +0300
    27.3 @@ -3,31 +3,29 @@
    27.4  PACKAGE="hyphen"
    27.5  VERSION="2.8.8"
    27.6  CATEGORY="system-tools"
    27.7 -SHORT_DESC="library for high quality hyphenation and justification"
    27.8 +SHORT_DESC="Library for high quality hyphenation and justification"
    27.9  MAINTAINER="psychomaniak@xakep.ru"
   27.10  LICENSE="GPL2 LGPL2.1 MPL"
   27.11  WEB_SITE="http://hunspell.github.io/"
   27.12 +
   27.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
   27.14  WGET_URL="$SF_MIRROR/hunspell/$TARBALL"
   27.15  
   27.16  BUILD_DEPENDS="automake libtool gettext perl"
   27.17  SPLIT="hyphen-dev"
   27.18  
   27.19 -# Rules to configure and make the package.
   27.20 -compile_rules()
   27.21 -{
   27.22 +compile_rules() {
   27.23  	./configure $CONFIGURE_ARGS &&
   27.24 +	fix libtool &&
   27.25  	make &&
   27.26 -	make DESTDIR=$DESTDIR install-libLTLIBRARIES
   27.27 -	make DESTDIR=$DESTDIR install-binSCRIPTS
   27.28 +	make DESTDIR=$DESTDIR install-libLTLIBRARIES &&
   27.29 +	make DESTDIR=$DESTDIR install-binSCRIPTS     &&
   27.30  	make DESTDIR=$DESTDIR install-includeHEADERS
   27.31  }
   27.32  
   27.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
   27.34 -genpkg_rules()
   27.35 -{
   27.36 +genpkg_rules() {
   27.37  	case $PACKAGE in
   27.38 -		hyphen) copy @std ;;
   27.39 -		hyphen-dev) copy @dev ;;
   27.40 +		hyphen) copy @std;;
   27.41 +		*-dev)  copy @dev;;
   27.42  	esac
   27.43  }
    28.1 --- a/ibus-hangul/receipt	Fri Apr 13 20:08:04 2018 +0300
    28.2 +++ b/ibus-hangul/receipt	Sat Apr 14 01:31:03 2018 +0300
    28.3 @@ -1,4 +1,4 @@
    28.4 -# SliTaz package receipt.
    28.5 +# SliTaz package receipt v2.
    28.6  
    28.7  PACKAGE="ibus-hangul"
    28.8  VERSION="1.4.1"
    28.9 @@ -7,26 +7,23 @@
   28.10  MAINTAINER="pascal.bellard@slitaz.org"
   28.11  LICENSE="GPL2"
   28.12  WEB_SITE="http://code.google.com/p/ibus/"
   28.13 +
   28.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
   28.15  WGET_URL="http://ibus.googlecode.com/files/$TARBALL"
   28.16  
   28.17 -DEPENDS="ibus"
   28.18  BUILD_DEPENDS="intltool gettext perl ibus-dev glib-dev libhangul-dev"
   28.19  
   28.20 -# Rules to configure and make the package.
   28.21 -compile_rules()
   28.22 -{
   28.23 -	./configure --prefix=/usr \
   28.24 -		--mandir=/usr/share/man \
   28.25 -		--infodir=/usr/share/info \
   28.26 +compile_rules() {
   28.27 +	./configure \
   28.28  		--disable-gtk3 \
   28.29  		--with-gtk2-im-module-dir=$(ls -d /usr/lib/gtk-2*/2*/immodules/) \
   28.30  		$CONFIGURE_ARGS &&
   28.31 -	make && make -k DESTDIR=$DESTDIR install
   28.32 +	fix libtool &&
   28.33 +	make &&
   28.34 +	make -k DESTDIR=$DESTDIR install
   28.35  }
   28.36  
   28.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
   28.38 -genpkg_rules()
   28.39 -{
   28.40 -	cp -a $install/* $fs
   28.41 +genpkg_rules() {
   28.42 +	copy @std
   28.43 +	DEPENDS="ibus"
   28.44  }
    29.1 --- a/icecast/receipt	Fri Apr 13 20:08:04 2018 +0300
    29.2 +++ b/icecast/receipt	Sat Apr 14 01:31:03 2018 +0300
    29.3 @@ -18,6 +18,7 @@
    29.4  	./configure \
    29.5  		--disable-yp \
    29.6  		$CONFIGURE_ARGS &&
    29.7 +	fix libtool &&
    29.8  	make -j2 &&
    29.9  	make DESTDIR=$DESTDIR install
   29.10  }
    30.1 --- a/icewm/receipt	Fri Apr 13 20:08:04 2018 +0300
    30.2 +++ b/icewm/receipt	Sat Apr 14 01:31:03 2018 +0300
    30.3 @@ -21,6 +21,7 @@
    30.4  		--enable-guievents \
    30.5  		--with-icesound=ALSA \
    30.6  		$CONFIGURE_ARGS &&
    30.7 +	fix libtool &&
    30.8  	make &&
    30.9  	make install &&
   30.10  	rm $install/usr/share/xsessions/icewm.desktop
    31.1 --- a/id3lib/receipt	Fri Apr 13 20:08:04 2018 +0300
    31.2 +++ b/id3lib/receipt	Sat Apr 14 01:31:03 2018 +0300
    31.3 @@ -20,7 +20,10 @@
    31.4  	autoconf &&
    31.5  	automake --add-missing --copy &&
    31.6  
    31.7 -	./configure && make && make install
    31.8 +	./configure &&
    31.9 +	fix libtool &&
   31.10 +	make &&
   31.11 +	make install
   31.12  }
   31.13  
   31.14  genpkg_rules() {
    32.1 --- a/idesk/receipt	Fri Apr 13 20:08:04 2018 +0300
    32.2 +++ b/idesk/receipt	Sat Apr 14 01:31:03 2018 +0300
    32.3 @@ -1,38 +1,36 @@
    32.4 -# SliTaz package receipt.
    32.5 +# SliTaz package receipt v2.
    32.6  
    32.7  PACKAGE="idesk"
    32.8  VERSION="0.7.5"
    32.9  CATEGORY="x-window"
   32.10 -SHORT_DESC="IDesk gives users icons on their desktop."
   32.11 +SHORT_DESC="IDesk gives users icons on their desktop"
   32.12  MAINTAINER="pankso@slitaz.org"
   32.13  LICENSE="BSD"
   32.14 +WEB_SITE="http://idesk.sourceforge.net/"
   32.15 +
   32.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   32.17 -WEB_SITE="http://idesk.sourceforge.net/"
   32.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   32.19  
   32.20 -DEPENDS="imlib2 xorg-libXft"
   32.21  BUILD_DEPENDS="imlib2-dev xorg-libXft-dev"
   32.22  
   32.23 -# Rules to configure and make the package.
   32.24 -compile_rules()
   32.25 -{
   32.26 +compile_rules() {
   32.27  	patch -p 0 < $stuff/DesktopConfig.patch || exit 1
   32.28 +
   32.29  	./configure \
   32.30  		--enable-xft \
   32.31  		$CONFIGURE_ARGS &&
   32.32 -	make && make DESTDIR=$DESTDIR install
   32.33 +	fix libtool &&
   32.34 +	make &&
   32.35 +	make DESTDIR=$DESTDIR install || return 1
   32.36 +
   32.37 +	# Custom default.lnk with Home icon
   32.38 +	install -Dm644 $stuff/default.lnk $install/usr/share/idesk/default.lnk
   32.39  }
   32.40  
   32.41 -# Rules to gen a SliTaz package suitable for Tazpkg.
   32.42 -genpkg_rules()
   32.43 -{
   32.44 -	mkdir -p $fs/usr/share
   32.45 -	cp -a $install/usr/bin $fs/usr
   32.46 -	cp -a $install/usr/share/idesk $fs/usr/share
   32.47 +genpkg_rules() {
   32.48 +	copy @std
   32.49  	rm -f \
   32.50  		$fs/usr/share/idesk/*.xpm \
   32.51 -		$fs/usr/share/idesk/*.lnk \
   32.52  		$fs/usr/share/idesk/README
   32.53 -	# Custom default.lnk with Home icon
   32.54 -	cp -f $stuff/default.lnk $fs/usr/share/idesk
   32.55 +	DEPENDS="imlib2 xorg-libXft"
   32.56  }
    33.1 --- a/ijs/receipt	Fri Apr 13 20:08:04 2018 +0300
    33.2 +++ b/ijs/receipt	Sat Apr 14 01:31:03 2018 +0300
    33.3 @@ -14,19 +14,17 @@
    33.4  BUILD_DEPENDS="gfortran"
    33.5  SPLIT="ijs-dev"
    33.6  
    33.7 -# Rules to configure and make the package.
    33.8 -compile_rules()
    33.9 -{
   33.10 +compile_rules() {
   33.11  	./configure \
   33.12  		--enable-shared \
   33.13  		--disable-static \
   33.14  		$CONFIGURE_ARGS &&
   33.15 -	make && make install
   33.16 +	fix libtool &&
   33.17 +	make &&
   33.18 +	make install
   33.19  }
   33.20  
   33.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
   33.22 -genpkg_rules()
   33.23 -{
   33.24 +genpkg_rules() {
   33.25  	case $PACKAGE in
   33.26  		ijs)   copy @std;;
   33.27  		*-dev) copy @dev;;
    34.1 --- a/iksemel/receipt	Fri Apr 13 20:08:04 2018 +0300
    34.2 +++ b/iksemel/receipt	Sat Apr 14 01:31:03 2018 +0300
    34.3 @@ -15,6 +15,7 @@
    34.4  
    34.5  compile_rules() {
    34.6  	./configure $CONFIGURE_ARGS &&
    34.7 +	fix libtool &&
    34.8  	make &&
    34.9  	make DESTDIR=$DESTDIR install
   34.10  }
    35.1 --- a/ilmbase/receipt	Fri Apr 13 20:08:04 2018 +0300
    35.2 +++ b/ilmbase/receipt	Sat Apr 14 01:31:03 2018 +0300
    35.3 @@ -14,7 +14,10 @@
    35.4  SPLIT="ilmbase-dev"
    35.5  
    35.6  compile_rules() {
    35.7 -	./configure $CONFIGURE_ARGS && make && make install
    35.8 +	./configure $CONFIGURE_ARGS &&
    35.9 +	fix libtool &&
   35.10 +	make &&
   35.11 +	make install
   35.12  }
   35.13  
   35.14  genpkg_rules() {
    36.1 --- a/imagination/receipt	Fri Apr 13 20:08:04 2018 +0300
    36.2 +++ b/imagination/receipt	Sat Apr 14 01:31:03 2018 +0300
    36.3 @@ -1,37 +1,29 @@
    36.4 -# SliTaz package receipt.
    36.5 +# SliTaz package receipt v2.
    36.6  
    36.7  PACKAGE="imagination"
    36.8  VERSION="1.0"
    36.9  CATEGORY="graphics"
   36.10 -SHORT_DESC="lightweight and simple GTK+ DVD slideshow maker"
   36.11 +SHORT_DESC="Lightweight and simple GTK+ DVD slideshow maker"
   36.12  MAINTAINER="jozee@slitaz.org"
   36.13  LICENSE="GPL2"
   36.14 +WEB_SITE="http://imagination.sourceforge.net/"
   36.15 +
   36.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
   36.17 -WEB_SITE="http://imagination.sourceforge.net/" 
   36.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   36.19 -TAGS="slideshow photo"
   36.20  
   36.21 -DEPENDS="gtk+ ffmpeg"
   36.22  BUILD_DEPENDS="intltool ffmpeg gtk+-dev"
   36.23  
   36.24 -# Rules to configure and make the package.
   36.25 -compile_rules()
   36.26 -{
   36.27 -   	cd $src
   36.28 +compile_rules() {
   36.29  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgmodule-2.0"
   36.30 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
   36.31 +
   36.32 +	./configure $CONFIGURE_ARGS &&
   36.33 +	fix libtool &&
   36.34  	make &&
   36.35  	make DESTDIR=$DESTDIR install
   36.36 -	
   36.37  }
   36.38  
   36.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
   36.40 -genpkg_rules()
   36.41 -{
   36.42 -    mkdir -p $fs/usr/lib/$PACKAGE $fs/usr/share/pixmaps
   36.43 -	cp -a $install/usr/bin $fs/usr
   36.44 -	cp -a $install/usr/lib/$PACKAGE/*.so $fs/usr/lib/$PACKAGE
   36.45 -	cp -a $install/usr/share/$PACKAGE $fs/usr/share
   36.46 -	cp -a $install/usr/share/icons/hicolor/16x16/apps/* $fs/usr/share/pixmaps
   36.47 -	
   36.48 +genpkg_rules() {
   36.49 +	copy @std
   36.50 +	DEPENDS="gtk+ ffmpeg"
   36.51 +	TAGS="slideshow photo"
   36.52  }
    37.1 --- a/inotify-tools/receipt	Fri Apr 13 20:08:04 2018 +0300
    37.2 +++ b/inotify-tools/receipt	Sat Apr 14 01:31:03 2018 +0300
    37.3 @@ -1,25 +1,23 @@
    37.4 -# SliTaz package receipt.
    37.5 +# SliTaz package receipt v2.
    37.6  
    37.7  PACKAGE="inotify-tools"
    37.8  VERSION="3.14"
    37.9  CATEGORY="system-tools"
   37.10 -SHORT_DESC="Set of programs providing a simple interface to inotify."
   37.11 +SHORT_DESC="Set of programs providing a simple interface to inotify"
   37.12  MAINTAINER="pankso@slitaz.org"
   37.13  LICENSE="GPL"
   37.14 +WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki"
   37.15 +
   37.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
   37.17 -WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki"
   37.18  WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL"
   37.19  
   37.20 -# Rules to configure and make the package.
   37.21 -compile_rules()
   37.22 -{
   37.23 -	./configure && make && make install
   37.24 +compile_rules() {
   37.25 +	./configure &&
   37.26 +	fix libtool &&
   37.27 +	make &&
   37.28 +	make install
   37.29  }
   37.30  
   37.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
   37.32 -genpkg_rules()
   37.33 -{
   37.34 -	mkdir -p $fs/usr/lib
   37.35 -	cp -a $install/usr/bin $fs/usr
   37.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   37.37 +genpkg_rules() {
   37.38 +	copy @std
   37.39  }
    38.1 --- a/ipmitool/receipt	Fri Apr 13 20:08:04 2018 +0300
    38.2 +++ b/ipmitool/receipt	Sat Apr 14 01:31:03 2018 +0300
    38.3 @@ -1,4 +1,4 @@
    38.4 -# SliTaz package receipt.
    38.5 +# SliTaz package receipt v2.
    38.6  
    38.7  PACKAGE="ipmitool"
    38.8  VERSION="1.8.16"
    38.9 @@ -6,30 +6,24 @@
   38.10  SHORT_DESC="IPMIv1.5 or IPMIv2.0 LAN interface"
   38.11  MAINTAINER="pascal.bellard@slitaz.org"
   38.12  LICENSE="BSD"
   38.13 +WEB_SITE="https://sourceforge.net/projects/ipmitool/"
   38.14 +
   38.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   38.16 -WEB_SITE="https://sourceforge.net/projects/ipmitool/"
   38.17  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
   38.18  
   38.19 -DEPENDS="openssl zlib ncurses"
   38.20  BUILD_DEPENDS="openssl-dev ncurses-dev zlib-dev readline-dev"
   38.21  
   38.22 -# Rules to configure and make the package.
   38.23 -compile_rules()
   38.24 -{
   38.25 -	./configure --prefix=/usr \
   38.26 +compile_rules() {
   38.27 +	./configure \
   38.28  		--enable-intf-open \
   38.29  		--enable-ipmishell \
   38.30 -		--mandir=/usr/share/man \
   38.31  		$CONFIGURE_ARGS &&
   38.32 +	fix libtool &&
   38.33  	make &&
   38.34  	make DESTDIR=$DESTDIR install
   38.35  }
   38.36  
   38.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
   38.38 -genpkg_rules()
   38.39 -{
   38.40 -	mkdir -p $fs/usr/share
   38.41 -	cp -a $install/usr/bin $fs/usr
   38.42 -	cp -a $install/usr/sbin $fs/usr
   38.43 -	cp -a $install/usr/share/ipmitool $fs/usr/share
   38.44 +genpkg_rules() {
   38.45 +	copy @std
   38.46 +	DEPENDS="openssl zlib ncurses"
   38.47  }
    39.1 --- a/iptables/receipt	Fri Apr 13 20:08:04 2018 +0300
    39.2 +++ b/iptables/receipt	Sat Apr 14 01:31:03 2018 +0300
    39.3 @@ -26,7 +26,9 @@
    39.4  		--enable-libipq \
    39.5  		--with-xtlibdir=/lib/xtables \
    39.6  		$CONFIGURE_ARGS &&
    39.7 -	make && make install || return 1
    39.8 +	fix libtool &&
    39.9 +	make &&
   39.10 +	make install || return 1
   39.11  
   39.12  	ln -sfv ../../sbin/xtables-multi $install/usr/bin/iptables-xml
   39.13  
    40.1 --- a/irssi/receipt	Fri Apr 13 20:08:04 2018 +0300
    40.2 +++ b/irssi/receipt	Sat Apr 14 01:31:03 2018 +0300
    40.3 @@ -17,6 +17,7 @@
    40.4  	./configure \
    40.5  		--sysconfdir=/etc/irssi \
    40.6  		$CONFIGURE_ARGS &&
    40.7 +	fix libtool &&
    40.8  	make &&
    40.9  	make DESTDIR=$DESTDIR install
   40.10  }
    41.1 --- a/isapnptools/receipt	Fri Apr 13 20:08:04 2018 +0300
    41.2 +++ b/isapnptools/receipt	Sat Apr 14 01:31:03 2018 +0300
    41.3 @@ -17,8 +17,10 @@
    41.4  compile_rules() {
    41.5  	./configure \
    41.6  		--sbindir=/sbin \
    41.7 -	$CONFIGURE_ARGS &&
    41.8 -	make && make install
    41.9 +		$CONFIGURE_ARGS &&
   41.10 +	fix libtool &&
   41.11 +	make &&
   41.12 +	make install
   41.13  }
   41.14  
   41.15  genpkg_rules() {
    42.1 --- a/ivman/receipt	Fri Apr 13 20:08:04 2018 +0300
    42.2 +++ b/ivman/receipt	Sat Apr 14 01:31:03 2018 +0300
    42.3 @@ -15,6 +15,7 @@
    42.4  
    42.5  compile_rules() {
    42.6  	./configure $CONFIGURE_ARGS &&
    42.7 +	fix libtool &&
    42.8  	make &&
    42.9  	make DESTDIR=$DESTDIR install || return 1
   42.10  
    43.1 --- a/jack/receipt	Fri Apr 13 20:08:04 2018 +0300
    43.2 +++ b/jack/receipt	Sat Apr 14 01:31:03 2018 +0300
    43.3 @@ -31,7 +31,9 @@
    43.4  		--disable-freebob \
    43.5  		--disable-firewire \
    43.6  		$CONFIGURE_ARGS &&
    43.7 -	make && make install
    43.8 +	fix libtool &&
    43.9 +	make &&
   43.10 +	make install
   43.11  }
   43.12  
   43.13  genpkg_rules() {
    44.1 --- a/jansson/receipt	Fri Apr 13 20:08:04 2018 +0300
    44.2 +++ b/jansson/receipt	Sat Apr 14 01:31:03 2018 +0300
    44.3 @@ -14,7 +14,10 @@
    44.4  SPLIT="jansson-dev"
    44.5  
    44.6  compile_rules() {
    44.7 -	./configure $CONFIGURE_ARGS && make && make install
    44.8 +	./configure $CONFIGURE_ARGS &&
    44.9 +	fix libtool &&
   44.10 +	make &&
   44.11 +	make install
   44.12  }
   44.13  
   44.14  genpkg_rules() {
    45.1 --- a/jbig2dec/receipt	Fri Apr 13 20:08:04 2018 +0300
    45.2 +++ b/jbig2dec/receipt	Sat Apr 14 01:31:03 2018 +0300
    45.3 @@ -14,17 +14,16 @@
    45.4  BUILD_DEPENDS="libpng16-dev"
    45.5  SPLIT="jbig2dec-dev"
    45.6  
    45.7 -# Rules to configure and make the package.
    45.8 -compile_rules()
    45.9 -{
   45.10 -	./configure $CONFIGURE_ARGS && make && make install
   45.11 +compile_rules() {
   45.12 +	./configure $CONFIGURE_ARGS &&
   45.13 +	fix libtool &&
   45.14 +	make &&
   45.15 +	make install
   45.16  }
   45.17  
   45.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   45.19 -genpkg_rules()
   45.20 -{
   45.21 +genpkg_rules() {
   45.22  	case $PACKAGE in
   45.23  		jbig2dec) copy @std;;
   45.24 -		*-dev) copy @dev;;
   45.25 +		*-dev)    copy @dev;;
   45.26  	esac
   45.27  }
    46.1 --- a/jpeg/receipt	Fri Apr 13 20:08:04 2018 +0300
    46.2 +++ b/jpeg/receipt	Sat Apr 14 01:31:03 2018 +0300
    46.3 @@ -17,6 +17,7 @@
    46.4  	./configure \
    46.5  		--enable-shared \
    46.6  		$CONFIGURE_ARGS &&
    46.7 +	fix libtool &&
    46.8  	make &&
    46.9  	make DESTDIR=$DESTDIR install || return 1
   46.10  
    47.1 --- a/jpilot/receipt	Fri Apr 13 20:08:04 2018 +0300
    47.2 +++ b/jpilot/receipt	Sat Apr 14 01:31:03 2018 +0300
    47.3 @@ -15,6 +15,7 @@
    47.4  
    47.5  compile_rules() {
    47.6  	./configure $CONFIGURE_ARGS &&
    47.7 +	fix libtool &&
    47.8  	make &&
    47.9  	make install || return 1
   47.10  
    48.1 --- a/jq/receipt	Fri Apr 13 20:08:04 2018 +0300
    48.2 +++ b/jq/receipt	Sat Apr 14 01:31:03 2018 +0300
    48.3 @@ -1,4 +1,4 @@
    48.4 -# SliTaz package receipt.
    48.5 +# SliTaz package receipt v2.
    48.6  
    48.7  PACKAGE="jq"
    48.8  VERSION="1.4"
    48.9 @@ -6,24 +6,19 @@
   48.10  SHORT_DESC="jq is a lightweight and flexible command-line JSON processor"
   48.11  MAINTAINER="nneul@neulinger.org"
   48.12  LICENSE="MIT"
   48.13 +WEB_SITE="http://stedolan.github.io/jq/"
   48.14 +
   48.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
   48.16 -WEB_SITE="http://stedolan.github.io/jq/"
   48.17  WGET_URL="${WEB_SITE}download/source/$TARBALL"
   48.18 -TAGS="json"
   48.19  
   48.20 -# Rules to configure and make the package.
   48.21 -compile_rules()
   48.22 -{
   48.23 -	./configure --prefix=/usr --infodir=/usr/share/info \
   48.24 -	--mandir=/usr/share/man \
   48.25 -	$CONFIGURE_ARGS &&
   48.26 +compile_rules() {
   48.27 +	./configure $CONFIGURE_ARGS &&
   48.28 +	fix libtool &&
   48.29  	make &&
   48.30  	make DESTDIR=$DESTDIR install
   48.31  }
   48.32  
   48.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
   48.34 -genpkg_rules()
   48.35 -{
   48.36 -	mkdir -p $fs/usr
   48.37 -	cp -a $install/usr/bin $fs/usr
   48.38 +genpkg_rules() {
   48.39 +	copy @std
   48.40 +	TAGS="json"
   48.41  }
    49.1 --- a/json-c/receipt	Fri Apr 13 20:08:04 2018 +0300
    49.2 +++ b/json-c/receipt	Sat Apr 14 01:31:03 2018 +0300
    49.3 @@ -21,6 +21,7 @@
    49.4  	./configure \
    49.5  		--disable-static \
    49.6  		$CONFIGURE_ARGS &&
    49.7 +	fix libtool &&
    49.8  	make -j1 &&
    49.9  	make install
   49.10  }
    50.1 --- a/kazehakase/receipt	Fri Apr 13 20:08:04 2018 +0300
    50.2 +++ b/kazehakase/receipt	Sat Apr 14 01:31:03 2018 +0300
    50.3 @@ -1,4 +1,4 @@
    50.4 -# SliTaz package receipt.
    50.5 +# SliTaz package receipt v2.
    50.6  
    50.7  PACKAGE="kazehakase"
    50.8  VERSION="0.5.8"
    50.9 @@ -44,6 +44,7 @@
   50.10  	./autogen.sh
   50.11  
   50.12  	./configure $CONFIGURE_ARGS &&
   50.13 +	fix libtool &&
   50.14  	make &&
   50.15  	make install
   50.16  }
    51.1 --- a/kbd/receipt	Fri Apr 13 20:08:04 2018 +0300
    51.2 +++ b/kbd/receipt	Sat Apr 14 01:31:03 2018 +0300
    51.3 @@ -34,6 +34,7 @@
    51.4  	./configure \
    51.5  		--datadir=/usr/share/kbd \
    51.6  		$CONFIGURE_ARGS &&
    51.7 +	fix libtool &&
    51.8  	make && make install
    51.9  
   51.10  	mv $install/usr/share/kbd/locale $install/usr/share
    52.1 --- a/kino/receipt	Fri Apr 13 20:08:04 2018 +0300
    52.2 +++ b/kino/receipt	Sat Apr 14 01:31:03 2018 +0300
    52.3 @@ -26,6 +26,7 @@
    52.4  		--enable-shared \
    52.5  		--with-libdv-only \
    52.6  		$CONFIGURE_ARGS &&
    52.7 +	fix libtool &&
    52.8  	make &&
    52.9  	make DESTDIR=$DESTDIR install
   52.10  }
    53.1 --- a/kmod/receipt	Fri Apr 13 20:08:04 2018 +0300
    53.2 +++ b/kmod/receipt	Sat Apr 14 01:31:03 2018 +0300
    53.3 @@ -23,7 +23,9 @@
    53.4  		--with-zlib \
    53.5  		--with-xz \
    53.6  		$CONFIGURE_ARGS &&
    53.7 -	make && make install
    53.8 +	fix libtool &&
    53.9 +	make &&
   53.10 +	make install || return 1
   53.11  
   53.12  	# compatibility with module-init-tools
   53.13  	# (the package that previously handled Linux kernel modules)
    54.1 --- a/lame/receipt	Fri Apr 13 20:08:04 2018 +0300
    54.2 +++ b/lame/receipt	Sat Apr 14 01:31:03 2018 +0300
    54.3 @@ -17,8 +17,8 @@
    54.4  SPLIT="lame-dev"
    54.5  
    54.6  compile_rules() {
    54.7 -	case $(uname -m) in
    54.8 -		i?86) sed -i -e '/xmmintrin\.h/d' configure ;;
    54.9 +	case $ARCH in
   54.10 +		i?86) sed -i -e '/xmmintrin\.h/d' configure;;
   54.11  	esac
   54.12  
   54.13  	./configure \
   54.14 @@ -26,6 +26,7 @@
   54.15  		--enable-mp3rtp \
   54.16  		--disable-static \
   54.17  		$CONFIGURE_ARGS &&
   54.18 +	fix libtool &&
   54.19  	make &&
   54.20  	make pkghtmldir=/usr/share/doc/lame-$VERSION install
   54.21  }
    55.1 --- a/lcdnurse/receipt	Fri Apr 13 20:08:04 2018 +0300
    55.2 +++ b/lcdnurse/receipt	Sat Apr 14 01:31:03 2018 +0300
    55.3 @@ -1,31 +1,26 @@
    55.4 -# SliTaz package receipt.
    55.5 +# SliTaz package receipt v2.
    55.6  
    55.7  PACKAGE="lcdnurse"
    55.8  VERSION="1.0.3"
    55.9  CATEGORY="misc"
   55.10 -SHORT_DESC="'heal' dead pixels on your LCD screen."
   55.11 +SHORT_DESC="'heal' dead pixels on your LCD screen"
   55.12  MAINTAINER="pascal.bellard@slitaz.org"
   55.13  LICENSE="GPL3"
   55.14 +WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
   55.15 +
   55.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
   55.17 -WEB_SITE="http://congelli.eu/prog_info_lcdnurse_page_1.html"
   55.18  WGET_URL="http://congelli.eu/download/$PACKAGE/$TARBALL"
   55.19  
   55.20 -DEPENDS="wxWidgets28"
   55.21  BUILD_DEPENDS="wxWidgets28-dev"
   55.22  
   55.23 -# Rules to configure and make the package.
   55.24 -compile_rules()
   55.25 -{
   55.26 -	./configure \
   55.27 -		--prefix=/usr \
   55.28 -		--infodir=/usr/share/info \
   55.29 -		--mandir=/usr/share/man \
   55.30 -		$CONFIGURE_ARGS &&
   55.31 -	make && make DESTDIR=$DESTDIR install
   55.32 +compile_rules() {
   55.33 +	./configure $CONFIGURE_ARGS &&
   55.34 +	fix libtool &&
   55.35 +	make &&
   55.36 +	make DESTDIR=$DESTDIR install
   55.37  }
   55.38  
   55.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
   55.40 -genpkg_rules()
   55.41 -{
   55.42 -	cp -a $install/usr $fs
   55.43 +genpkg_rules() {
   55.44 +	copy @std
   55.45 +	DEPENDS="wxWidgets28"
   55.46  }
    56.1 --- a/lcms/receipt	Fri Apr 13 20:08:04 2018 +0300
    56.2 +++ b/lcms/receipt	Sat Apr 14 01:31:03 2018 +0300
    56.3 @@ -14,17 +14,14 @@
    56.4  BUILD_DEPENDS="tiff-dev jpeg-dev zlib-dev gfortran xz-dev"
    56.5  SPLIT="lcms-dev lcms-apps"
    56.6  
    56.7 -# Rules to configure and make the package.
    56.8 -compile_rules()
    56.9 -{
   56.10 -	./configure \
   56.11 -		$CONFIGURE_ARGS &&
   56.12 -	make && make install
   56.13 +compile_rules() {
   56.14 +	./configure $CONFIGURE_ARGS &&
   56.15 +	fix libtool &&
   56.16 +	make &&
   56.17 +	make install
   56.18  }
   56.19  
   56.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   56.21 -genpkg_rules()
   56.22 -{
   56.23 +genpkg_rules() {
   56.24  	case $PACKAGE in
   56.25  		lcms)
   56.26  			copy *.so*
    57.1 --- a/lcms2/receipt	Fri Apr 13 20:08:04 2018 +0300
    57.2 +++ b/lcms2/receipt	Sat Apr 14 01:31:03 2018 +0300
    57.3 @@ -16,7 +16,10 @@
    57.4  SPLIT="lcms2-apps lcms2-dev"
    57.5  
    57.6  compile_rules() {
    57.7 -	./configure $CONFIGURE_ARGS && make && make install
    57.8 +	./configure $CONFIGURE_ARGS &&
    57.9 +	fix libtool &&
   57.10 +	make &&
   57.11 +	make install
   57.12  }
   57.13  
   57.14  genpkg_rules() {
    58.1 --- a/ledger/receipt	Fri Apr 13 20:08:04 2018 +0300
    58.2 +++ b/ledger/receipt	Sat Apr 14 01:31:03 2018 +0300
    58.3 @@ -1,36 +1,30 @@
    58.4 -# SliTaz package receipt.
    58.5 +# SliTaz package receipt v2.
    58.6  
    58.7  PACKAGE="ledger"
    58.8  VERSION="2.6.3"
    58.9  CATEGORY="utilities"
   58.10 -SHORT_DESC="A double-entry accounting system that is accessed from the UNIX command-line."
   58.11 +SHORT_DESC="A double-entry accounting system that is accessed from the UNIX \
   58.12 +command-line"
   58.13  MAINTAINER="paul@slitaz.org"
   58.14  LICENSE="BSD"
   58.15 +WEB_SITE="http://ledger-cli.org/"
   58.16 +
   58.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
   58.18 -WEB_SITE="http://ledger-cli.org/" 
   58.19  WGET_URL="http://ftp.newartisans.com/pub/ledger/$TARBALL"
   58.20  
   58.21 -DEPENDS="pcre gmp"
   58.22  BUILD_DEPENDS="pcre-dev gmp-dev"
   58.23  
   58.24 -# Rules to configure and make the package.
   58.25 -compile_rules()
   58.26 -{
   58.27 -	cd $src
   58.28 -	./configure --prefix=/usr \
   58.29 -		$CONFIGURE_ARGS &&
   58.30 +compile_rules() {
   58.31 +	./configure $CONFIGURE_ARGS &&
   58.32 +	fix libtool &&
   58.33  	make &&
   58.34 -	make DESTDIR=$DESTDIR install
   58.35 +	make DESTDIR=$DESTDIR install || return 1
   58.36 +
   58.37 +	# copy sample file
   58.38 +	install -Dm644 $src/sample.dat $install/usr/share/ledger/sample.dat
   58.39  }
   58.40  
   58.41 -# Rules to gen a SliTaz package suitable for Tazpkg.
   58.42 -genpkg_rules()
   58.43 -{
   58.44 -	mkdir -p $fs/usr/lib $fs/usr/share/ledger
   58.45 -	cp -a $install/usr/bin $fs/usr
   58.46 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   58.47 -	
   58.48 -	# copy sample file
   58.49 -	cp -a $src/sample.dat $fs/usr/share/ledger
   58.50 +genpkg_rules() {
   58.51 +	copy @std
   58.52 +	DEPENDS="pcre gmp"
   58.53  }
   58.54 -
    59.1 --- a/leptonica/receipt	Fri Apr 13 20:08:04 2018 +0300
    59.2 +++ b/leptonica/receipt	Sat Apr 14 01:31:03 2018 +0300
    59.3 @@ -16,6 +16,7 @@
    59.4  
    59.5  compile_rules() {
    59.6  	./configure $CONFIGURE_ARGS &&
    59.7 +	fix libtool &&
    59.8  	make &&
    59.9  	make install
   59.10  }
    60.1 --- a/lesstif/receipt	Fri Apr 13 20:08:04 2018 +0300
    60.2 +++ b/lesstif/receipt	Sat Apr 14 01:31:03 2018 +0300
    60.3 @@ -17,6 +17,7 @@
    60.4  
    60.5  compile_rules() {
    60.6  	./configure $CONFIGURE_ARGS &&
    60.7 +	fix libtool &&
    60.8  	make &&
    60.9  	make -j 1 DESTDIR=$DESTDIR install
   60.10  }
    61.1 --- a/lftp/receipt	Fri Apr 13 20:08:04 2018 +0300
    61.2 +++ b/lftp/receipt	Sat Apr 14 01:31:03 2018 +0300
    61.3 @@ -1,34 +1,31 @@
    61.4 -# SliTaz package receipt.
    61.5 +# SliTaz package receipt v2.
    61.6  
    61.7  PACKAGE="lftp"
    61.8  VERSION="4.8.3"
    61.9  CATEGORY="network"
   61.10 -SHORT_DESC="Small but powerful ftp client"
   61.11 +SHORT_DESC="Small but powerful FTP client"
   61.12  MAINTAINER="mimas@slitaz.org"
   61.13  LICENSE="GPL3"
   61.14 +WEB_SITE="http://lftp.yar.ru/"
   61.15 +
   61.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   61.17 -WEB_SITE="http://lftp.yar.ru/"
   61.18  WGET_URL="${WEB_SITE}ftp/$TARBALL"
   61.19 +
   61.20 +BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev"
   61.21 +
   61.22  CROSS="bug: failed at test"
   61.23  
   61.24 -DEPENDS="gmp readline expat gnutls gcc-lib-base"
   61.25 -BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev"
   61.26 -
   61.27 -# Rules to configure and make the package.
   61.28 -compile_rules()
   61.29 -{
   61.30 +compile_rules() {
   61.31  	./configure \
   61.32  		--with-gnutls \
   61.33  		--without-openssl \
   61.34 -		--build=$HOST_SYSTEM \
   61.35 -		--host=$HOST_SYSTEM &&
   61.36 +		$CONFIGURE_ARGS &&
   61.37 +	fix libtool &&
   61.38  	make &&
   61.39  	make install
   61.40  }
   61.41  
   61.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
   61.43 -genpkg_rules()
   61.44 -{
   61.45 -	mkdir -p $fs/usr
   61.46 -	cp -a $install/usr/bin $fs/usr
   61.47 +genpkg_rules() {
   61.48 +	copy @std
   61.49 +	DEPENDS="gmp readline expat gnutls gcc-lib-base"
   61.50  }
    62.1 --- a/libXaw3dXft/receipt	Fri Apr 13 20:08:04 2018 +0300
    62.2 +++ b/libXaw3dXft/receipt	Sat Apr 14 01:31:03 2018 +0300
    62.3 @@ -15,20 +15,18 @@
    62.4  xorg-libXft-dev xorg-libXpm-dev"
    62.5  SPLIT="libXaw3dXft-dev"
    62.6  
    62.7 -# Rules to configure and make the package.
    62.8 -compile_rules()
    62.9 -{
   62.10 +compile_rules() {
   62.11  	./configure \
   62.12  		--enable-arrow-scrollbars \
   62.13  		--enable-gray-stipples \
   62.14  		--enable-multiplane-bitmaps \
   62.15  		$CONFIGURE_ARGS &&
   62.16 -	make && make install
   62.17 +	fix libtool &&
   62.18 +	make &&
   62.19 +	make install
   62.20  }
   62.21  
   62.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
   62.23 -genpkg_rules()
   62.24 -{
   62.25 +genpkg_rules() {
   62.26  	case $PACKAGE in
   62.27  		libXaw3dXft)
   62.28  			copy @std
    63.1 --- a/libaal/receipt	Fri Apr 13 20:08:04 2018 +0300
    63.2 +++ b/libaal/receipt	Sat Apr 14 01:31:03 2018 +0300
    63.3 @@ -14,15 +14,14 @@
    63.4  
    63.5  SPLIT="libaal-dev"
    63.6  
    63.7 -# Rules to configure and make the package.
    63.8 -compile_rules()
    63.9 -{
   63.10 -	./configure $CONFIGURE_ARGS && make && make install
   63.11 +compile_rules() {
   63.12 +	./configure $CONFIGURE_ARGS &&
   63.13 +	fix libtool &&
   63.14 +	make &&
   63.15 +	make install
   63.16  }
   63.17  
   63.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   63.19 -genpkg_rules()
   63.20 -{
   63.21 +genpkg_rules() {
   63.22  	case $PACKAGE in
   63.23  		libaal) copy @std;;
   63.24  		*-dev)  copy @dev;;
    64.1 --- a/libao/receipt	Fri Apr 13 20:08:04 2018 +0300
    64.2 +++ b/libao/receipt	Sat Apr 14 01:31:03 2018 +0300
    64.3 @@ -19,6 +19,7 @@
    64.4  		--enable-alsa09 \
    64.5  		--disable-arts \
    64.6  		$CONFIGURE_ARGS &&
    64.7 +	fix libtool &&
    64.8  	make &&
    64.9  	make install || return 1
   64.10  
    65.1 --- a/libart_lgpl/receipt	Fri Apr 13 20:08:04 2018 +0300
    65.2 +++ b/libart_lgpl/receipt	Sat Apr 14 01:31:03 2018 +0300
    65.3 @@ -13,19 +13,16 @@
    65.4  
    65.5  SPLIT="libart_lgpl-dev"
    65.6  
    65.7 -# Rules to configure and make the package.
    65.8 -compile_rules()
    65.9 -{
   65.10 +compile_rules() {
   65.11  	./configure \
   65.12  		--disable-static \
   65.13  		$CONFIGURE_ARGS &&
   65.14 +	fix libtool &&
   65.15  	make &&
   65.16  	make DESTDIR=$DESTDIR install
   65.17  }
   65.18  
   65.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   65.20 -genpkg_rules()
   65.21 -{
   65.22 +genpkg_rules() {
   65.23  	case $PACKAGE in
   65.24  		libart_lgpl) copy @std;;
   65.25  		*-dev)       copy @dev;;
    66.1 --- a/libass/receipt	Fri Apr 13 20:08:04 2018 +0300
    66.2 +++ b/libass/receipt	Sat Apr 14 01:31:03 2018 +0300
    66.3 @@ -7,6 +7,7 @@
    66.4  MAINTAINER="slaxemulator@gmail.com"
    66.5  LICENSE="BSD"
    66.6  WEB_SITE="https://github.com/libass/libass"
    66.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libass.html"
    66.8  
    66.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
   66.10  WGET_URL="https://github.com/libass/libass/releases/download/$VERSION/$TARBALL"
   66.11 @@ -14,16 +15,14 @@
   66.12  BUILD_DEPENDS="yasm-dev freetype-dev fribidi-dev fontconfig-dev"
   66.13  SPLIT="libass-dev"
   66.14  
   66.15 -# Rules to configure and make the package.
   66.16 -compile_rules()
   66.17 -{
   66.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libass.html
   66.19 -	./configure $CONFIGURE_ARGS && make && make install
   66.20 +compile_rules() {
   66.21 +	./configure $CONFIGURE_ARGS &&
   66.22 +	fix libtool &&
   66.23 +	make &&
   66.24 +	make install
   66.25  }
   66.26  
   66.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
   66.28 -genpkg_rules()
   66.29 -{
   66.30 +genpkg_rules() {
   66.31  	case $PACKAGE in
   66.32  		libass)
   66.33  			copy @std
    67.1 --- a/libassuan/receipt	Fri Apr 13 20:08:04 2018 +0300
    67.2 +++ b/libassuan/receipt	Sat Apr 14 01:31:03 2018 +0300
    67.3 @@ -18,7 +18,10 @@
    67.4  SPLIT="libassuan-dev"
    67.5  
    67.6  compile_rules() {
    67.7 -	./configure $CONFIGURE_ARGS && make && make install
    67.8 +	./configure $CONFIGURE_ARGS &&
    67.9 +	fix libtool &&
   67.10 +	make &&
   67.11 +	make install
   67.12  }
   67.13  
   67.14  genpkg_rules() {
    68.1 --- a/libasyncns/receipt	Fri Apr 13 20:08:04 2018 +0300
    68.2 +++ b/libasyncns/receipt	Sat Apr 14 01:31:03 2018 +0300
    68.3 @@ -18,6 +18,7 @@
    68.4  	./configure \
    68.5  		--disable-lynx \
    68.6  		$CONFIGURE_ARGS &&
    68.7 +	fix libtool &&
    68.8  	make &&
    68.9  	make DESTDIR=$DESTDIR install
   68.10  }
    69.1 --- a/libatasmart/receipt	Fri Apr 13 20:08:04 2018 +0300
    69.2 +++ b/libatasmart/receipt	Sat Apr 14 01:31:03 2018 +0300
    69.3 @@ -19,6 +19,7 @@
    69.4  	./configure \
    69.5  		--disable-static \
    69.6  		$CONFIGURE_ARGS &&
    69.7 +	fix libtool &&
    69.8  	make &&
    69.9  	make docdir=/usr/share/doc/$PACKAGE-$VERSION install
   69.10  }
    70.1 --- a/libatomic_ops/receipt	Fri Apr 13 20:08:04 2018 +0300
    70.2 +++ b/libatomic_ops/receipt	Sat Apr 14 01:31:03 2018 +0300
    70.3 @@ -18,8 +18,8 @@
    70.4  	./configure \
    70.5  		--enable-shared \
    70.6  		--disable-static \
    70.7 -		--docdir=/usr/share/doc/$PACKAGE-$VERSION \
    70.8  		$CONFIGURE_ARGS &&
    70.9 +	fix libtool &&
   70.10  	make &&
   70.11  	make install
   70.12  }
    71.1 --- a/libavc1394/receipt	Fri Apr 13 20:08:04 2018 +0300
    71.2 +++ b/libavc1394/receipt	Sat Apr 14 01:31:03 2018 +0300
    71.3 @@ -14,15 +14,14 @@
    71.4  BUILD_DEPENDS="libraw1394-dev"
    71.5  SPLIT="libavc1394-dev"
    71.6  
    71.7 -# Rules to configure and make the package.
    71.8 -compile_rules()
    71.9 -{
   71.10 -	./configure $CONFIGURE_ARGS && make && make install
   71.11 +compile_rules() {
   71.12 +	./configure $CONFIGURE_ARGS &&
   71.13 +	fix libtool &&
   71.14 +	make &&
   71.15 +	make install
   71.16  }
   71.17  
   71.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   71.19 -genpkg_rules()
   71.20 -{
   71.21 +genpkg_rules() {
   71.22  	case $PACKAGE in
   71.23  		libavc1394)
   71.24  			copy @std
    72.1 --- a/libb2/receipt	Fri Apr 13 20:08:04 2018 +0300
    72.2 +++ b/libb2/receipt	Sat Apr 14 01:31:03 2018 +0300
    72.3 @@ -18,6 +18,7 @@
    72.4  compile_rules() {
    72.5  	./autogen.sh &&
    72.6  	./configure $CONFIGURE_ARGS &&
    72.7 +	fix libtool &&
    72.8  	make &&
    72.9  	make install
   72.10  }
    73.1 --- a/libbluray/receipt	Fri Apr 13 20:08:04 2018 +0300
    73.2 +++ b/libbluray/receipt	Sat Apr 14 01:31:03 2018 +0300
    73.3 @@ -14,18 +14,16 @@
    73.4  BUILD_DEPENDS="libxml2-dev freetype-dev fontconfig-dev"
    73.5  SPLIT="libbluray-dev"
    73.6  
    73.7 -# Rules to configure and make the package.
    73.8 -compile_rules()
    73.9 -{
   73.10 +compile_rules() {
   73.11  	./configure \
   73.12  		--disable-bdjava \
   73.13  		$CONFIGURE_ARGS &&
   73.14 -	make && make install
   73.15 +	fix libtool &&
   73.16 +	make &&
   73.17 +	make install
   73.18  }
   73.19  
   73.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   73.21 -genpkg_rules()
   73.22 -{
   73.23 +genpkg_rules() {
   73.24  	case $PACKAGE in
   73.25  		libbluray)
   73.26  			copy @std
    74.1 --- a/libbonobo/receipt	Fri Apr 13 20:08:04 2018 +0300
    74.2 +++ b/libbonobo/receipt	Sat Apr 14 01:31:03 2018 +0300
    74.3 @@ -22,6 +22,7 @@
    74.4  		--sysconfdir=/etc/gnome \
    74.5  		--libexecdir=/usr/lib/bonobo \
    74.6  		$CONFIGURE_ARGS &&
    74.7 +	fix libtool &&
    74.8  	make &&
    74.9  	make install
   74.10  }
    75.1 --- a/libbonoboui/receipt	Fri Apr 13 20:08:04 2018 +0300
    75.2 +++ b/libbonoboui/receipt	Sat Apr 14 01:31:03 2018 +0300
    75.3 @@ -22,6 +22,7 @@
    75.4  		--sysconfdir=/etc/gnome \
    75.5  		--libexecdir=/usr/lib/bonobo \
    75.6  		$CONFIGURE_ARGS &&
    75.7 +	fix libtool &&
    75.8  	make &&
    75.9  	make install
   75.10  }
    76.1 --- a/libbsd/receipt	Fri Apr 13 20:08:04 2018 +0300
    76.2 +++ b/libbsd/receipt	Sat Apr 14 01:31:03 2018 +0300
    76.3 @@ -13,15 +13,14 @@
    76.4  
    76.5  SPLIT="libbsd-dev"
    76.6  
    76.7 -# Rules to configure and make the package.
    76.8 -compile_rules()
    76.9 -{
   76.10 -	./configure $CONFIGURE_ARGS && make && make install
   76.11 +compile_rules() {
   76.12 +	./configure $CONFIGURE_ARGS &&
   76.13 +	fix libtool &&
   76.14 +	make &&
   76.15 +	make install
   76.16  }
   76.17  
   76.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   76.19 -genpkg_rules()
   76.20 -{
   76.21 +genpkg_rules() {
   76.22  	case $PACKAGE in
   76.23  		libbsd) copy @std;;
   76.24  		*-dev)  copy @dev;;
    77.1 --- a/libburn/receipt	Fri Apr 13 20:08:04 2018 +0300
    77.2 +++ b/libburn/receipt	Sat Apr 14 01:31:03 2018 +0300
    77.3 @@ -13,15 +13,14 @@
    77.4  
    77.5  SPLIT="libburn-dev"
    77.6  
    77.7 -# Rules to configure and make the package.
    77.8 -compile_rules()
    77.9 -{
   77.10 -	./configure $CONFIGURE_ARGS && make && make install
   77.11 +compile_rules() {
   77.12 +	./configure $CONFIGURE_ARGS &&
   77.13 +	fix libtool &&
   77.14 +	make &&
   77.15 +	make install
   77.16  }
   77.17  
   77.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   77.19 -genpkg_rules()
   77.20 -{
   77.21 +genpkg_rules() {
   77.22  	case $PACKAGE in
   77.23  		libburn) copy @std;;
   77.24  		*-dev)   copy @dev;;
    78.1 --- a/libcaca/receipt	Fri Apr 13 20:08:04 2018 +0300
    78.2 +++ b/libcaca/receipt	Sat Apr 14 01:31:03 2018 +0300
    78.3 @@ -15,15 +15,14 @@
    78.4  pango-dev doxygen cppunit-dev"
    78.5  SPLIT="python-caca libcaca-dev"
    78.6  
    78.7 -# Rules to configure and make the package.
    78.8 -compile_rules()
    78.9 -{
   78.10 -	./configure $CONFIGURE_ARGS && make && make install
   78.11 +compile_rules() {
   78.12 +	./configure $CONFIGURE_ARGS &&
   78.13 +	fix libtool &&
   78.14 +	make &&
   78.15 +	make install
   78.16  }
   78.17  
   78.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   78.19 -genpkg_rules()
   78.20 -{
   78.21 +genpkg_rules() {
   78.22  	case $PACKAGE in
   78.23  		libcaca)
   78.24  			copy @std
    79.1 --- a/libcanberra/receipt	Fri Apr 13 20:08:04 2018 +0300
    79.2 +++ b/libcanberra/receipt	Sat Apr 14 01:31:03 2018 +0300
    79.3 @@ -17,20 +17,17 @@
    79.4  SPLIT="libcanberra-gnome libcanberra-gstreamer1 libcanberra-gtk2 \
    79.5  libcanberra-gtk3 libcanberra libcanberra-dev"
    79.6  
    79.7 -# Rules to configure and make the package.
    79.8 -compile_rules()
    79.9 -{
   79.10 +compile_rules() {
   79.11  	./configure \
   79.12  		--enable-gtk \
   79.13  		--disable-oss \
   79.14  		$CONFIGURE_ARGS &&
   79.15 +	fix libtool &&
   79.16  	make &&
   79.17  	make -j1 docdir=/usr/share/doc/libcanberra-$VERSION install
   79.18  }
   79.19  
   79.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   79.21 -genpkg_rules()
   79.22 -{
   79.23 +genpkg_rules() {
   79.24  	case $PACKAGE in
   79.25  		*-gnome)
   79.26  			copy gnome-settings-daemon-3.0/ gdm/ gnome/ canberra-boot
    80.1 --- a/libcap-ng/receipt	Fri Apr 13 20:08:04 2018 +0300
    80.2 +++ b/libcap-ng/receipt	Sat Apr 14 01:31:03 2018 +0300
    80.3 @@ -15,7 +15,10 @@
    80.4  SPLIT="libcap-ng-python libcap-ng-dev"
    80.5  
    80.6  compile_rules() {
    80.7 -	./configure $CONFIGURE_ARGS && make && make install
    80.8 +	./configure $CONFIGURE_ARGS &&
    80.9 +	fix libtool &&
   80.10 +	make &&
   80.11 +	make install
   80.12  }
   80.13  
   80.14  genpkg_rules() {
    81.1 --- a/libcclc/receipt	Fri Apr 13 20:08:04 2018 +0300
    81.2 +++ b/libcclc/receipt	Sat Apr 14 01:31:03 2018 +0300
    81.3 @@ -14,15 +14,14 @@
    81.4  BUILD_DEPENDS="file openssl-dev"
    81.5  SPLIT="libcclc-dev"
    81.6  
    81.7 -# Rules to configure and make the package.
    81.8 -compile_rules()
    81.9 -{
   81.10 -	./configure $CONFIGURE_ARGS && make && make install
   81.11 +compile_rules() {
   81.12 +	./configure $CONFIGURE_ARGS &&
   81.13 +	fix libtool &&
   81.14 +	make &&
   81.15 +	make install
   81.16  }
   81.17  
   81.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   81.19 -genpkg_rules()
   81.20 -{
   81.21 +genpkg_rules() {
   81.22  	case $PACKAGE in
   81.23  		libcclc)
   81.24  			copy @std
    82.1 --- a/libccls/receipt	Fri Apr 13 20:08:04 2018 +0300
    82.2 +++ b/libccls/receipt	Sat Apr 14 01:31:03 2018 +0300
    82.3 @@ -14,15 +14,14 @@
    82.4  BUILD_DEPENDS="file sqlite3-dev glib-dev openssl-dev"
    82.5  SPLIT="libccls-dev"
    82.6  
    82.7 -# Rules to configure and make the package.
    82.8 -compile_rules()
    82.9 -{
   82.10 -	./configure $CONFIGURE_ARGS && make && make install
   82.11 +compile_rules() {
   82.12 +	./configure $CONFIGURE_ARGS &&
   82.13 +	fix libtool &&
   82.14 +	make &&
   82.15 +	make install
   82.16  }
   82.17  
   82.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   82.19 -genpkg_rules()
   82.20 -{
   82.21 +genpkg_rules() {
   82.22  	case $PACKAGE in
   82.23  		libccls)
   82.24  			copy @std
    83.1 --- a/libcddb/receipt	Fri Apr 13 20:08:04 2018 +0300
    83.2 +++ b/libcddb/receipt	Sat Apr 14 01:31:03 2018 +0300
    83.3 @@ -7,22 +7,21 @@
    83.4  MAINTAINER="pankso@slitaz.org"
    83.5  LICENSE="LGPL2"
    83.6  WEB_SITE="http://libcddb.sourceforge.net/"
    83.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcddb.html"
    83.8  
    83.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   83.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   83.11  
   83.12  SPLIT="libcddb-utils libcddb-dev"
   83.13  
   83.14 -# Rules to configure and make the package.
   83.15 -compile_rules()
   83.16 -{
   83.17 -	# http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcddb.html
   83.18 -	./configure $CONFIGURE_ARGS && make && make install
   83.19 +compile_rules() {
   83.20 +	./configure $CONFIGURE_ARGS &&
   83.21 +	fix libtool &&
   83.22 +	make &&
   83.23 +	make install
   83.24  }
   83.25  
   83.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
   83.27 -genpkg_rules()
   83.28 -{
   83.29 +genpkg_rules() {
   83.30  	case $PACKAGE in
   83.31  		libcddb) copy *.so*;;
   83.32  		*-utils) copy bin/; CAT="multimedia|utilities";;
    84.1 --- a/libcdio-paranoia/receipt	Fri Apr 13 20:08:04 2018 +0300
    84.2 +++ b/libcdio-paranoia/receipt	Sat Apr 14 01:31:03 2018 +0300
    84.3 @@ -14,20 +14,18 @@
    84.4  BUILD_DEPENDS="libcdio-dev"
    84.5  SPLIT="libcdio-paranoia-dev"
    84.6  
    84.7 -# Rules to configure and make the package.
    84.8 -compile_rules()
    84.9 -{
   84.10 +compile_rules() {
   84.11  	./configure \
   84.12  		--enable-cpp-progs \
   84.13  		--disable-static \
   84.14  		--disable-example-progs \
   84.15  		$CONFIGURE_ARGS &&
   84.16 -	make && make install
   84.17 +	fix libtool &&
   84.18 +	make &&
   84.19 +	make install
   84.20  }
   84.21  
   84.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
   84.23 -genpkg_rules()
   84.24 -{
   84.25 +genpkg_rules() {
   84.26  	case $PACKAGE in
   84.27  		libcdio-paranoia)
   84.28  			copy @std
    85.1 --- a/libcdio/receipt	Fri Apr 13 20:08:04 2018 +0300
    85.2 +++ b/libcdio/receipt	Sat Apr 14 01:31:03 2018 +0300
    85.3 @@ -7,6 +7,7 @@
    85.4  MAINTAINER="rj.rohit@gmail.com"
    85.5  LICENSE="GPL3"
    85.6  WEB_SITE="https://www.gnu.org/software/libcdio/"
    85.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcdio.html"
    85.8  
    85.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   85.10  WGET_URL="https://ftp.gnu.org/gnu/libcdio/$TARBALL"
   85.11 @@ -14,16 +15,14 @@
   85.12  BUILD_DEPENDS="perl libcddb-dev ncurses-dev"
   85.13  SPLIT="libcdio-utils libcdio-dev"
   85.14  
   85.15 -# Rules to configure and make the package.
   85.16 -compile_rules()
   85.17 -{
   85.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcdio.html
   85.19 -	./configure $CONFIGURE_ARGS && make && make install
   85.20 +compile_rules() {
   85.21 +	./configure $CONFIGURE_ARGS &&
   85.22 +	fix libtool &&
   85.23 +	make &&
   85.24 +	make install
   85.25  }
   85.26  
   85.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
   85.28 -genpkg_rules()
   85.29 -{
   85.30 +genpkg_rules() {
   85.31  	case $PACKAGE in
   85.32  		libcdio) copy *.so*;;
   85.33  		*-utils) copy bin/; DEPENDS="libcdio libcddb ncurses";;
    86.1 --- a/libcdr/receipt	Fri Apr 13 20:08:04 2018 +0300
    86.2 +++ b/libcdr/receipt	Sat Apr 14 01:31:03 2018 +0300
    86.3 @@ -16,7 +16,10 @@
    86.4  SPLIT="libcdr-dev"
    86.5  
    86.6  compile_rules() {
    86.7 -	./configure $CONFIGURE_ARGS && make && make install
    86.8 +	./configure $CONFIGURE_ARGS &&
    86.9 +	fix libtool &&
   86.10 +	make &&
   86.11 +	make install
   86.12  }
   86.13  
   86.14  genpkg_rules() {
    87.1 --- a/libconfig/receipt	Fri Apr 13 20:08:04 2018 +0300
    87.2 +++ b/libconfig/receipt	Sat Apr 14 01:31:03 2018 +0300
    87.3 @@ -14,18 +14,17 @@
    87.4  BUILD_DEPENDS="texinfo"
    87.5  SPLIT="libconfig-dev"
    87.6  
    87.7 -# Rules to configure and make the package.
    87.8 -compile_rules()
    87.9 -{
   87.10 +compile_rules() {
   87.11  	# See: https://github.com/hyperrealm/libconfig/issues/47
   87.12  	rm lib/scanner.c
   87.13  
   87.14 -	./configure $CONFIGURE_ARGS && make && make install
   87.15 +	./configure $CONFIGURE_ARGS &&
   87.16 +	fix libtool &&
   87.17 +	make &&
   87.18 +	make install
   87.19  }
   87.20  
   87.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
   87.22 -genpkg_rules()
   87.23 -{
   87.24 +genpkg_rules() {
   87.25  	case $PACKAGE in
   87.26  		libconfig) copy @std;;
   87.27  		*-dev)     copy @dev;;
    88.1 --- a/libconfuse/receipt	Fri Apr 13 20:08:04 2018 +0300
    88.2 +++ b/libconfuse/receipt	Sat Apr 14 01:31:03 2018 +0300
    88.3 @@ -14,8 +14,8 @@
    88.4  BUILD_DEPENDS="gettext"
    88.5  
    88.6  compile_rules() {
    88.7 -	./configure \
    88.8 -		$CONFIGURE_ARGS &&
    88.9 +	./configure $CONFIGURE_ARGS &&
   88.10 +	fix libtool &&
   88.11  	sed -i 's/ -Werror//' src/Makefile &&
   88.12  	make &&
   88.13  	make DESTDIR=$DESTDIR install
    89.1 --- a/libcroco/receipt	Fri Apr 13 20:08:04 2018 +0300
    89.2 +++ b/libcroco/receipt	Sat Apr 14 01:31:03 2018 +0300
    89.3 @@ -19,6 +19,7 @@
    89.4  	./configure \
    89.5  		--disable-static \
    89.6  		$CONFIGURE_ARGS &&
    89.7 +	fix libtool &&
    89.8  	make &&
    89.9  	make install
   89.10  }
    90.1 --- a/libdaemon/receipt	Fri Apr 13 20:08:04 2018 +0300
    90.2 +++ b/libdaemon/receipt	Sat Apr 14 01:31:03 2018 +0300
    90.3 @@ -18,6 +18,7 @@
    90.4  	./configure \
    90.5  		--disable-static \
    90.6  		$CONFIGURE_ARGS &&
    90.7 +	fix libtool &&
    90.8  	make &&
    90.9  	make docdir=/usr/share/doc/$PACKAGE-$VERSION install
   90.10  }
    91.1 --- a/libdaq/receipt	Fri Apr 13 20:08:04 2018 +0300
    91.2 +++ b/libdaq/receipt	Sat Apr 14 01:31:03 2018 +0300
    91.3 @@ -14,19 +14,15 @@
    91.4  BUILD_DEPENDS="automake libtool flex bison libpcap-dev"
    91.5  SPLIT="libdaq-dev"
    91.6  
    91.7 -# Rules to configure and make the package.
    91.8 -compile_rules()
    91.9 -{
   91.10 +compile_rules() {
   91.11  	./bootstrap &&
   91.12 -	./configure \
   91.13 -		$CONFIGURE_ARGS &&
   91.14 +	./configure $CONFIGURE_ARGS &&
   91.15 +	fix libtool &&
   91.16  	make -j1 &&
   91.17  	make install
   91.18  }
   91.19  
   91.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
   91.21 -genpkg_rules()
   91.22 -{
   91.23 +genpkg_rules() {
   91.24  	case $PACKAGE in
   91.25  		libdaq)
   91.26  			copy @std
    92.1 --- a/libdbusmenu-gtk2/receipt	Fri Apr 13 20:08:04 2018 +0300
    92.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    92.3 @@ -1,50 +0,0 @@
    92.4 -# SliTaz package receipt v2.
    92.5 -
    92.6 -PACKAGE="libdbusmenu-gtk2"
    92.7 -VERSION="16.04.0"
    92.8 -CATEGORY="x-window"
    92.9 -SHORT_DESC="Library for passing menus over DBus (GTK+2)"
   92.10 -MAINTAINER="al.bobylev@gmail.com"
   92.11 -LICENSE="GPL3 LGPL2.1 LGPL3"
   92.12 -WEB_SITE="https://launchpad.net/libdbusmenu"
   92.13 -
   92.14 -TARBALL="libdbusmenu-$VERSION.tar.gz"
   92.15 -WGET_URL="https://launchpad.net/libdbusmenu/${VERSION%.*}/$VERSION/+download/$TARBALL"
   92.16 -
   92.17 -BUILD_DEPENDS="intltool gtk-doc gtk+-dev gtk+-dev json-glib-dev \
   92.18 -gobject-introspection-dev vala"
   92.19 -SPLIT="libdbusmenu-gtk2-apps libdbusmenu-gtk2 libdbusmenu-gtk2-dev"
   92.20 -SIBLINGS="libdbusmenu-gtk3"
   92.21 -
   92.22 -compile_rules() {
   92.23 -	./configure \
   92.24 -		--with-gtk=2 \
   92.25 -		$CONFIGURE_ARGS &&
   92.26 -	make &&
   92.27 -	make -j1 DESTDIR=$install install # please keep DESTDIR, or it will be partial installed
   92.28 -}
   92.29 -
   92.30 -genpkg_rules() {
   92.31 -	case $PACKAGE in
   92.32 -		libdbusmenu-gtk2-apps)
   92.33 -			copy libexec/
   92.34 -			DEPENDS="libdbusmenu-gtk2 xorg-libX11"
   92.35 -			CAT="development|applications"
   92.36 -			;;
   92.37 -		libdbusmenu-gtk2)
   92.38 -			copy @std @rm
   92.39 -			DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ \
   92.40 -			json-glib pango"
   92.41 -			;;
   92.42 -		*-dev)
   92.43 -			copy @dev
   92.44 -			DEPENDS="${SPLIT/$PACKAGE/} atk-dev bzip2-dev cairo-dev \
   92.45 -			fontconfig-dev freetype-dev gdk-pixbuf-dev glib-dev gtk+-dev \
   92.46 -			harfbuzz-dev json-glib-dev libffi-dev libpng16-dev libxml2-dev \
   92.47 -			pango-dev pcre-dev util-linux-blkid-dev util-linux-mount-dev \
   92.48 -			util-linux-uuid-dev xorg-libX11-dev xorg-libXau-dev \
   92.49 -			xorg-libXdmcp-dev xorg-libXext-dev xorg-libXrender-dev \
   92.50 -			xorg-libxcb-dev xorg-pixman-dev xz-dev zlib-dev"
   92.51 -			;;
   92.52 -	esac
   92.53 -}
    93.1 --- a/libdbusmenu-gtk3/receipt	Fri Apr 13 20:08:04 2018 +0300
    93.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    93.3 @@ -1,43 +0,0 @@
    93.4 -# SliTaz package receipt v2.
    93.5 -
    93.6 -PACKAGE="libdbusmenu-gtk3"
    93.7 -VERSION="16.04.0"
    93.8 -CATEGORY="x-window"
    93.9 -SHORT_DESC="Library for passing menus over DBus (GTK+3)"
   93.10 -MAINTAINER="al.bobylev@gmail.com"
   93.11 -LICENSE="GPL3 LGPL2.1 LGPL3"
   93.12 -WEB_SITE="https://launchpad.net/libdbusmenu"
   93.13 -
   93.14 -TARBALL="libdbusmenu-$VERSION.tar.gz"
   93.15 -WGET_URL="https://launchpad.net/libdbusmenu/${VERSION%.*}/$VERSION/+download/$TARBALL"
   93.16 -
   93.17 -BUILD_DEPENDS="intltool gtk-doc gtk+3-dev gtk+-dev json-glib-dev vala \
   93.18 -gobject-introspection-dev"
   93.19 -SPLIT="libdbusmenu-gtk3-apps libdbusmenu-gtk3 libdbusmenu-gtk3-dev"
   93.20 -SIBLINGS="libdbusmenu-gtk2"
   93.21 -
   93.22 -compile_rules() {
   93.23 -	./configure \
   93.24 -		--with-gtk=3 \
   93.25 -		$CONFIGURE_ARGS &&
   93.26 -	make &&
   93.27 -	make -j1 DESTDIR=$install install # please keep DESTDIR, or it will be partial installed
   93.28 -}
   93.29 -
   93.30 -genpkg_rules() {
   93.31 -	case $PACKAGE in
   93.32 -		libdbusmenu-gtk3-apps)
   93.33 -			copy libexec/ # note "gtk+" in depends
   93.34 -			DEPENDS="glib gtk+ json-glib libdbusmenu-gtk3 xorg-libX11"
   93.35 -			CAT="development|applications"
   93.36 -			;;
   93.37 -		libdbusmenu-gtk3)
   93.38 -			copy @std @rm
   93.39 -			DEPENDS="atk cairo gdk-pixbuf glib gtk+3 json-glib pango"
   93.40 -			;;
   93.41 -		*-dev)
   93.42 -			copy @dev
   93.43 -			DEPENDS="${SPLIT/$PACKAGE/} gdk-pixbuf-dev gtk+3-dev json-glib-dev"
   93.44 -			;;
   93.45 -	esac
   93.46 -}
    94.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    94.2 +++ b/libdbusmenu/receipt	Sat Apr 14 01:31:03 2018 +0300
    94.3 @@ -0,0 +1,75 @@
    94.4 +# SliTaz package receipt v2.
    94.5 +
    94.6 +PACKAGE="libdbusmenu"
    94.7 +VERSION="16.04.0"
    94.8 +CATEGORY="meta"
    94.9 +SHORT_DESC="Library for passing menus over DBus"
   94.10 +MAINTAINER="al.bobylev@gmail.com"
   94.11 +LICENSE="GPL3 LGPL2.1 LGPL3"
   94.12 +WEB_SITE="https://launchpad.net/libdbusmenu"
   94.13 +
   94.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   94.15 +WGET_URL="https://launchpad.net/libdbusmenu/${VERSION%.*}/$VERSION/+download/$TARBALL"
   94.16 +
   94.17 +BUILD_DEPENDS="intltool gtk-doc gtk+3-dev gtk+-dev json-glib-dev vala \
   94.18 +gobject-introspection-dev"
   94.19 +SPLIT="libdbusmenu-gtk2-apps libdbusmenu-gtk2 libdbusmenu-gtk2-dev \
   94.20 +libdbusmenu-gtk3-apps:3 libdbusmenu-gtk3:3 libdbusmenu-gtk3-dev:3"
   94.21 +
   94.22 +compile_rules() {
   94.23 +	case $SET in
   94.24 +		'') SET_ARGS='--with-gtk=2';;
   94.25 +		3)  SET_ARGS='--with-gtk=3';;
   94.26 +	esac
   94.27 +
   94.28 +	./configure \
   94.29 +		$SET_ARGS \
   94.30 +		$CONFIGURE_ARGS &&
   94.31 +	fix libtool &&
   94.32 +	make &&
   94.33 +	make -j1 DESTDIR=$install install # please keep DESTDIR, or it will be partial installed
   94.34 +}
   94.35 +
   94.36 +genpkg_rules() {
   94.37 +	case $PACKAGE in
   94.38 +		libdbusmenu-gtk2-apps)
   94.39 +			copy libexec/
   94.40 +			DEPENDS="libdbusmenu-gtk2 xorg-libX11"
   94.41 +			CAT="development|GTK+2 applications"
   94.42 +			;;
   94.43 +		libdbusmenu-gtk2)
   94.44 +			copy @std @rm
   94.45 +			DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ \
   94.46 +			json-glib pango"
   94.47 +			CAT="x-window|GTK+2"
   94.48 +			;;
   94.49 +		libdbusmenu-gtk2-dev)
   94.50 +			copy @dev
   94.51 +			DEPENDS="libdbusmenu-gtk2-apps libdbusmenu-gtk2 \
   94.52 +			atk-dev bzip2-dev cairo-dev fontconfig-dev freetype-dev \
   94.53 +			gdk-pixbuf-dev glib-dev gtk+-dev harfbuzz-dev json-glib-dev \
   94.54 +			libffi-dev libpng16-dev libxml2-dev pango-dev pcre-dev \
   94.55 +			util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-dev \
   94.56 +			xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev xorg-libXext-dev \
   94.57 +			xorg-libXrender-dev xorg-libxcb-dev xorg-pixman-dev xz-dev zlib-dev"
   94.58 +			CAT="development|GTK+2 development files"
   94.59 +			;;
   94.60 +
   94.61 +		libdbusmenu-gtk3-apps)
   94.62 +			copy libexec/ # note "gtk+" in depends
   94.63 +			DEPENDS="glib gtk+ json-glib libdbusmenu-gtk3 xorg-libX11"
   94.64 +			CAT="development|GTK+3 applications"
   94.65 +			;;
   94.66 +		libdbusmenu-gtk3)
   94.67 +			copy @std @rm
   94.68 +			DEPENDS="atk cairo gdk-pixbuf glib gtk+3 json-glib pango"
   94.69 +			CAT="x-window|GTK+3"
   94.70 +			;;
   94.71 +		libdbusmenu-gtk3-dev)
   94.72 +			copy @dev
   94.73 +			DEPENDS="libdbusmenu-gtk3-apps libdbusmenu-gtk3 \
   94.74 +			gdk-pixbuf-dev gtk+3-dev json-glib-dev"
   94.75 +			CAT="development|GTK+3 development files"
   94.76 +			;;
   94.77 +	esac
   94.78 +}
    95.1 --- a/libdisasm/receipt	Fri Apr 13 20:08:04 2018 +0300
    95.2 +++ b/libdisasm/receipt	Sat Apr 14 01:31:03 2018 +0300
    95.3 @@ -23,6 +23,7 @@
    95.4  	./configure \
    95.5  		$ARCH_ARGS \
    95.6  		$CONFIGURE_ARGS &&
    95.7 +	fix libtool &&
    95.8  	make &&
    95.9  	make DESTDIR=$DESTDIR install
   95.10  }
    96.1 --- a/libdnet/receipt	Fri Apr 13 20:08:04 2018 +0300
    96.2 +++ b/libdnet/receipt	Sat Apr 14 01:31:03 2018 +0300
    96.3 @@ -3,7 +3,8 @@
    96.4  PACKAGE="libdnet"
    96.5  VERSION="1.12"
    96.6  CATEGORY="network"
    96.7 -SHORT_DESC="A simplified, portable interface to serveral low-level networking routines"
    96.8 +SHORT_DESC="A simplified, portable interface to serveral low-level networking \
    96.9 +routines"
   96.10  MAINTAINER="slaxemulator@gmail.com"
   96.11  LICENSE="BSD"
   96.12  WEB_SITE="http://code.google.com/p/libdnet/"
   96.13 @@ -15,12 +16,10 @@
   96.14  SPLIT="libdnet-dev"
   96.15  
   96.16  compile_rules() {
   96.17 -	./configure \
   96.18 -		--prefix=/usr \
   96.19 -		--infodir=/usr/share/info \
   96.20 -		--mandir=/usr/share/man \
   96.21 -		$CONFIGURE_ARGS &&
   96.22 -	make && make DESTDIR=$DESTDIR install
   96.23 +	./configure $CONFIGURE_ARGS &&
   96.24 +	fix libtool &&
   96.25 +	make &&
   96.26 +	make DESTDIR=$DESTDIR install
   96.27  }
   96.28  
   96.29  genpkg_rules() {
    97.1 --- a/libdrm/receipt	Fri Apr 13 20:08:04 2018 +0300
    97.2 +++ b/libdrm/receipt	Sat Apr 14 01:31:03 2018 +0300
    97.3 @@ -29,7 +29,9 @@
    97.4  		--enable-tegra-experimental-api \
    97.5  		--enable-etnaviv-experimental-api \
    97.6  		$CONFIGURE_ARGS &&
    97.7 -	make && make install
    97.8 +	fix libtool &&
    97.9 +	make &&
   97.10 +	make install
   97.11  }
   97.12  
   97.13  genpkg_rules() {
    98.1 --- a/libdv/receipt	Fri Apr 13 20:08:04 2018 +0300
    98.2 +++ b/libdv/receipt	Sat Apr 14 01:31:03 2018 +0300
    98.3 @@ -7,6 +7,7 @@
    98.4  MAINTAINER="pankso@slitaz.org"
    98.5  LICENSE="LGPL2.1"
    98.6  WEB_SITE="http://libdv.sourceforge.net/"
    98.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libdv.html"
    98.8  
    98.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   98.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   98.11 @@ -15,26 +16,21 @@
   98.12  BUILD_DEPENDS="gfortran"
   98.13  SPLIT="libdv-dev"
   98.14  
   98.15 -# Rules to configure and make the package.
   98.16 -compile_rules()
   98.17 -{
   98.18 +compile_rules() {
   98.19  	tazpkg -r popt
   98.20  
   98.21 -	# http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libdv.html
   98.22  	./configure \
   98.23  		--disable-xv \
   98.24  		--disable-static \
   98.25  		$CONFIGURE_ARGS &&
   98.26 -	make && make install &&
   98.27 +	fix libtool &&
   98.28 +	make &&
   98.29 +	make install || return 1
   98.30  
   98.31 -	docdir="$install/usr/share/doc/libdv-$VERSION" &&
   98.32 -	mkdir -p $docdir &&
   98.33 -	cp README* $docdir
   98.34 +	cook_pick_docs README*
   98.35  }
   98.36  
   98.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
   98.38 -genpkg_rules()
   98.39 -{
   98.40 +genpkg_rules() {
   98.41  	case $PACKAGE in
   98.42  		libdv) copy @std;;
   98.43  		*-dev) copy @dev;;
    99.1 --- a/libdvdcss/receipt	Fri Apr 13 20:08:04 2018 +0300
    99.2 +++ b/libdvdcss/receipt	Sat Apr 14 01:31:03 2018 +0300
    99.3 @@ -15,6 +15,7 @@
    99.4  
    99.5  compile_rules() {
    99.6  	./configure $CONFIGURE_ARGS &&
    99.7 +	fix libtool &&
    99.8  	make &&
    99.9  	make DESTDIR=$DESTDIR install
   99.10  }
   100.1 --- a/libdvdread/receipt	Fri Apr 13 20:08:04 2018 +0300
   100.2 +++ b/libdvdread/receipt	Sat Apr 14 01:31:03 2018 +0300
   100.3 @@ -13,11 +13,16 @@
   100.4  
   100.5  BUILD_DEPENDS="libdvdcss-dev autoconf automake libtool"
   100.6  SPLIT="libdvdread-dev"
   100.7 +COOKOPTS="skip-log-errors"
   100.8  
   100.9  compile_rules() {
  100.10  	patch -Np1 -i $stuff/DVDFileStat.patch
  100.11 -	./autogen.sh $CONFIGURE_ARGS 2>&1 | grep -v /libtool &&
  100.12 -	make && make install
  100.13 +
  100.14 +	./autogen.sh \
  100.15 +		$CONFIGURE_ARGS &&
  100.16 +	fix libtool &&
  100.17 +	make &&
  100.18 +	make install
  100.19  }
  100.20  
  100.21  genpkg_rules() {
   101.1 --- a/libedit/receipt	Fri Apr 13 20:08:04 2018 +0300
   101.2 +++ b/libedit/receipt	Sat Apr 14 01:31:03 2018 +0300
   101.3 @@ -16,11 +16,10 @@
   101.4  
   101.5  compile_rules() {
   101.6  	./configure \
   101.7 -		--prefix=/usr \
   101.8 -		--mandir=/usr/share/man \
   101.9  		--enable-widec \
  101.10 -		$CONFIGURE_ARGS \
  101.11 -	&& make
  101.12 +		$CONFIGURE_ARGS &&
  101.13 +	fix libtool &&
  101.14 +	make &&
  101.15  	make DESTDIR=$DESTDIR install
  101.16  }
  101.17  
   102.1 --- a/libee/receipt	Fri Apr 13 20:08:04 2018 +0300
   102.2 +++ b/libee/receipt	Sat Apr 14 01:31:03 2018 +0300
   102.3 @@ -17,10 +17,12 @@
   102.4  compile_rules() {
   102.5  	# Patch from http://www.gossamer-threads.com/lists/rsyslog/users/4600
   102.6  	patch -p 1 < $stuff/libee-build-fix.patch
   102.7 +
   102.8  	./configure \
   102.9  		--disable-testbench \
  102.10  		$CONFIGURE_ARGS &&
  102.11 -	make -j 1 &&
  102.12 +	fix libtool &&
  102.13 +	make -j1 &&
  102.14  	make install
  102.15  }
  102.16  
   103.1 --- a/libepoxy/receipt	Fri Apr 13 20:08:04 2018 +0300
   103.2 +++ b/libepoxy/receipt	Sat Apr 14 01:31:03 2018 +0300
   103.3 @@ -16,7 +16,10 @@
   103.4  SPLIT="libepoxy-dev"
   103.5  
   103.6  compile_rules() {
   103.7 -	./configure $CONFIGURE_ARGS && make && make install
   103.8 +	./configure $CONFIGURE_ARGS &&
   103.9 +	fix libtool &&
  103.10 +	make &&
  103.11 +	make install
  103.12  }
  103.13  
  103.14  genpkg_rules() {
   104.1 --- a/libesmtp/receipt	Fri Apr 13 20:08:04 2018 +0300
   104.2 +++ b/libesmtp/receipt	Sat Apr 14 01:31:03 2018 +0300
   104.3 @@ -22,7 +22,9 @@
   104.4  	autoreconf -fi &&
   104.5  
   104.6  	./configure $CONFIGURE_ARGS &&
   104.7 -	make && make install
   104.8 +	fix libtool &&
   104.9 +	make &&
  104.10 +	make install
  104.11  }
  104.12  
  104.13  genpkg_rules() {
   105.1 --- a/libestr/receipt	Fri Apr 13 20:08:04 2018 +0300
   105.2 +++ b/libestr/receipt	Sat Apr 14 01:31:03 2018 +0300
   105.3 @@ -14,20 +14,15 @@
   105.4  SPLIT="libestr-dev"
   105.5  
   105.6  compile_rules() {
   105.7 -	./configure $CONFIGURE_ARGS && make && make install
   105.8 +	./configure $CONFIGURE_ARGS &&
   105.9 +	fix libtool &&
  105.10 +	make &&
  105.11 +	make install
  105.12  }
  105.13  
  105.14  genpkg_rules() {
  105.15  	case $PACKAGE in
  105.16 -		libestr)
  105.17 -			mkdir -p $fs/usr/lib
  105.18 -			cp -a $install/usr/lib/*.so* $fs/usr/lib
  105.19 -			;;
  105.20 -		*-dev)
  105.21 -			mkdir -p $fs/usr/lib
  105.22 -			cp -a $install/usr/lib/*.a* $fs/usr/lib
  105.23 -			cp -a $install/usr/lib/pkgconfig $fs/usr/lib
  105.24 -			cp -a $install/usr/include $fs/usr
  105.25 -			;;
  105.26 +		libestr) copy @std;;
  105.27 +		*-dev)   copy @dev;;
  105.28  	esac
  105.29  }
   106.1 --- a/libetpan/receipt	Fri Apr 13 20:08:04 2018 +0300
   106.2 +++ b/libetpan/receipt	Sat Apr 14 01:31:03 2018 +0300
   106.3 @@ -17,6 +17,7 @@
   106.4  	sed -i 's/--iso-8601=minutes/+%Y-%m-%dT%H:%M%Z/' configure
   106.5  
   106.6  	./configure $CONFIGURE_ARGS &&
   106.7 +	fix libtool &&
   106.8  	make &&
   106.9  	make DESTDIR=$DESTDIR install
  106.10  }
   107.1 --- a/libev/receipt	Fri Apr 13 20:08:04 2018 +0300
   107.2 +++ b/libev/receipt	Sat Apr 14 01:31:03 2018 +0300
   107.3 @@ -15,6 +15,7 @@
   107.4  
   107.5  compile_rules() {
   107.6  	./configure $CONFIGURE_ARGS &&
   107.7 +	fix libtool &&
   107.8  	make &&
   107.9  	make install || return 1
  107.10  
   108.1 --- a/libevdev/receipt	Fri Apr 13 20:08:04 2018 +0300
   108.2 +++ b/libevdev/receipt	Sat Apr 14 01:31:03 2018 +0300
   108.3 @@ -19,7 +19,9 @@
   108.4  	./configure \
   108.5  		--disable-static \
   108.6  		$CONFIGURE_ARGS &&
   108.7 -	make && make install
   108.8 +	fix libtool &&
   108.9 +	make &&
  108.10 +	make install
  108.11  }
  108.12  
  108.13  genpkg_rules() {
   109.1 --- a/libevent/receipt	Fri Apr 13 20:08:04 2018 +0300
   109.2 +++ b/libevent/receipt	Sat Apr 14 01:31:03 2018 +0300
   109.3 @@ -14,18 +14,16 @@
   109.4  BUILD_DEPENDS="openssl-dev zlib-dev"
   109.5  SPLIT="libevent-dev"
   109.6  
   109.7 -# Rules to configure and make the package.
   109.8 -compile_rules()
   109.9 -{
  109.10 +compile_rules() {
  109.11  	./configure \
  109.12  		--disable-static \
  109.13  		$CONFIGURE_ARGS &&
  109.14 -	make && make install
  109.15 +	fix libtool &&
  109.16 +	make &&
  109.17 +	make install
  109.18  }
  109.19  
  109.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
  109.21 -genpkg_rules()
  109.22 -{
  109.23 +genpkg_rules() {
  109.24  	case $PACKAGE in
  109.25  		libevent)
  109.26  			copy *.so*
   110.1 --- a/libexif/receipt	Fri Apr 13 20:08:04 2018 +0300
   110.2 +++ b/libexif/receipt	Sat Apr 14 01:31:03 2018 +0300
   110.3 @@ -20,7 +20,9 @@
   110.4  		--with-doc-dir=/usr/share/doc/$PACKAGE-$VERSION \
   110.5  		--disable-static \
   110.6  		$CONFIGURE_ARGS &&
   110.7 -	make && make install
   110.8 +	fix libtool &&
   110.9 +	make &&
  110.10 +	make install
  110.11  }
  110.12  
  110.13  genpkg_rules() {
   111.1 --- a/libextractor/receipt	Fri Apr 13 20:08:04 2018 +0300
   111.2 +++ b/libextractor/receipt	Sat Apr 14 01:31:03 2018 +0300
   111.3 @@ -23,9 +23,10 @@
   111.4  	./configure \
   111.5  		--enable-shared \
   111.6  		--disable-static \
   111.7 -	$CONFIGURE_ARGS &&
   111.8 -	make -j 1 &&
   111.9 -	make  install
  111.10 +		$CONFIGURE_ARGS &&
  111.11 +	fix libtool &&
  111.12 +	make -j1 &&
  111.13 +	make install
  111.14  }
  111.15  
  111.16  genpkg_rules() {
   112.1 --- a/libfm-extra/receipt	Fri Apr 13 20:08:04 2018 +0300
   112.2 +++ b/libfm-extra/receipt	Sat Apr 14 01:31:03 2018 +0300
   112.3 @@ -22,6 +22,7 @@
   112.4  		--with-gtk=no \
   112.5  		--disable-static \
   112.6  		$CONFIGURE_ARGS &&
   112.7 +	fix libtool &&
   112.8  	make &&
   112.9  	make install
  112.10  }
   113.1 --- a/libftdi/receipt	Fri Apr 13 20:08:04 2018 +0300
   113.2 +++ b/libftdi/receipt	Sat Apr 14 01:31:03 2018 +0300
   113.3 @@ -16,6 +16,7 @@
   113.4  
   113.5  compile_rules() {
   113.6  	./configure $CONFIGURE_ARGS &&
   113.7 +	fix libtool &&
   113.8  	make &&
   113.9  	make DESTDIR=$DESTDIR install
  113.10  }
   114.1 --- a/libgcrypt/receipt	Fri Apr 13 20:08:04 2018 +0300
   114.2 +++ b/libgcrypt/receipt	Sat Apr 14 01:31:03 2018 +0300
   114.3 @@ -20,14 +20,14 @@
   114.4  compile_rules() {
   114.5  	case "$ARCH" in
   114.6  		arm)
   114.7 -			#LIBS="-L/cross/arm/sysroot/usr/lib -lgpg-error"
   114.8 -			./configure \
   114.9 -				--build=i486-slitaz-linux \
  114.10 -				--host=arm-slitaz-linux-gnueabi;;
  114.11 -		*)
  114.12 -			./configure $CONFIGURE_ARGS;;
  114.13 -	esac &&
  114.14 -	make && make install
  114.15 +			CONFIGURE_ARGS="--build=i486-slitaz-linux \
  114.16 +							--host=arm-slitaz-linux-gnueabi";;
  114.17 +	esac
  114.18 +
  114.19 +	./configure $CONFIGURE_ARGS &&
  114.20 +	fix libtool &&
  114.21 +	make &&
  114.22 +	make install
  114.23  }
  114.24  
  114.25  genpkg_rules() {
   115.1 --- a/libgd/receipt	Fri Apr 13 20:08:04 2018 +0300
   115.2 +++ b/libgd/receipt	Sat Apr 14 01:31:03 2018 +0300
   115.3 @@ -11,9 +11,6 @@
   115.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
   115.5  WGET_URL="$GITHUB/libgd/libgd/tarball/gd-$VERSION"
   115.6  
   115.7 -BUILD_DEPENDS="libpng16-dev jpeg-dev expat-dev freetype-dev \
   115.8 -xorg-libXau-dev xorg-libXdmcp-dev xorg-libXpm-dev automake libtool gettext \
   115.9 -fontconfig-dev"
  115.10  BUILD_DEPENDS="automake libtool xorg-libX11-dev zlib-dev libpng16-dev \
  115.11  freetype-dev fontconfig-dev libjpeg-turbo-dev xorg-libXpm-dev tiff-dev \
  115.12  libwebp-dev"
  115.13 @@ -21,7 +18,10 @@
  115.14  
  115.15  compile_rules() {
  115.16  	./bootstrap.sh &&
  115.17 -	./configure $CONFIGURE_ARGS && make && make install
  115.18 +	./configure $CONFIGURE_ARGS &&
  115.19 +	fix libtool &&
  115.20 +	make &&
  115.21 +	make install
  115.22  }
  115.23  
  115.24  genpkg_rules() {
   116.1 --- a/libgee/receipt	Fri Apr 13 20:08:04 2018 +0300
   116.2 +++ b/libgee/receipt	Sat Apr 14 01:31:03 2018 +0300
   116.3 @@ -15,7 +15,10 @@
   116.4  SPLIT="libgee-dev"
   116.5  
   116.6  compile_rules() {
   116.7 -	./configure $CONFIGURE_ARGS && make && make install
   116.8 +	./configure $CONFIGURE_ARGS &&
   116.9 +	fix libtool &&
  116.10 +	make &&
  116.11 +	make install
  116.12  }
  116.13  
  116.14  genpkg_rules() {
   117.1 --- a/libglademm/receipt	Fri Apr 13 20:08:04 2018 +0300
   117.2 +++ b/libglademm/receipt	Sat Apr 14 01:31:03 2018 +0300
   117.3 @@ -16,12 +16,11 @@
   117.4  
   117.5  compile_rules() {
   117.6  	sed -i 's|gtkmm/main|gtkmm|' examples/variablesmap/main.cc
   117.7 -	./configure \
   117.8 -		--prefix=/usr \
   117.9 -		--infodir=/usr/share/info \
  117.10 -		--mandir=/usr/share/man \
  117.11 -		$CONFIGURE_ARGS &&
  117.12 -	make $MAKEFLAGS && make DESTDIR=$DESTDIR install
  117.13 +
  117.14 +	./configure $CONFIGURE_ARGS &&
  117.15 +	fix libtool &&
  117.16 +	make $MAKEFLAGS &&
  117.17 +	make DESTDIR=$DESTDIR install
  117.18  }
  117.19  
  117.20  genpkg_rules() {