wok-next rev 20577
More fix libtool
line diff
1.1 --- a/libgnome-keyring/receipt Sat Apr 14 02:49:57 2018 +0300 1.2 +++ b/libgnome-keyring/receipt Sat Apr 14 03:34:33 2018 +0300 1.3 @@ -19,6 +19,7 @@ 1.4 --libexecdir=/usr/lib/$PACKAGE \ 1.5 --sysconfdir=/etc/gnome \ 1.6 $CONFIGURE_ARGS && 1.7 + fix libtool && 1.8 make && 1.9 make install 1.10 }
2.1 --- a/libgnome-keyring3/receipt Sat Apr 14 02:49:57 2018 +0300 2.2 +++ b/libgnome-keyring3/receipt Sat Apr 14 03:34:33 2018 +0300 2.3 @@ -17,6 +17,7 @@ 2.4 2.5 compile_rules() { 2.6 ./configure $CONFIGURE_ARGS && 2.7 + fix libtool && 2.8 make && 2.9 make install 2.10 }
3.1 --- a/libgnomecanvas/receipt Sat Apr 14 02:49:57 2018 +0300 3.2 +++ b/libgnomecanvas/receipt Sat Apr 14 03:34:33 2018 +0300 3.3 @@ -20,7 +20,9 @@ 3.4 --with-html-dir=/usr/share/doc \ 3.5 --enable-glade \ 3.6 $CONFIGURE_ARGS && 3.7 - make && make install 3.8 + fix libtool && 3.9 + make && 3.10 + make install 3.11 } 3.12 3.13 genpkg_rules() {
4.1 --- a/libgnomeprint/receipt Sat Apr 14 02:49:57 2018 +0300 4.2 +++ b/libgnomeprint/receipt Sat Apr 14 03:34:33 2018 +0300 4.3 @@ -6,8 +6,9 @@ 4.4 SHORT_DESC="GNOME print library" 4.5 MAINTAINER="pankso@slitaz.org" 4.6 LICENSE="GPL2" 4.7 +WEB_SITE="http://www.gnome.org/" 4.8 + 4.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.10 -WEB_SITE="http://www.gnome.org/" 4.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 4.12 4.13 BUILD_DEPENDS="glib-dev pango-dev intltool flex libart_lgpl-dev libxml2-dev" 4.14 @@ -18,7 +19,9 @@ 4.15 --with-html-dir=/usr/share/doc \ 4.16 --without-cups \ 4.17 $CONFIGURE_ARGS && 4.18 - make && make install 4.19 + fix libtool && 4.20 + make && 4.21 + make install 4.22 } 4.23 4.24 genpkg_rules() {
5.1 --- a/libgnomeprintui/receipt Sat Apr 14 02:49:57 2018 +0300 5.2 +++ b/libgnomeprintui/receipt Sat Apr 14 03:34:33 2018 +0300 5.3 @@ -21,7 +21,9 @@ 5.4 ./configure \ 5.5 --with-html-dir=/usr/share/doc \ 5.6 $CONFIGURE_ARGS && 5.7 - make && make install 5.8 + fix libtool && 5.9 + make && 5.10 + make install 5.11 } 5.12 5.13 genpkg_rules() {
6.1 --- a/libgnomeui/receipt Sat Apr 14 02:49:57 2018 +0300 6.2 +++ b/libgnomeui/receipt Sat Apr 14 03:34:33 2018 +0300 6.3 @@ -21,7 +21,9 @@ 6.4 ./configure \ 6.5 --libexecdir=/usr/lib/$PACKAGE \ 6.6 $CONFIGURE_ARGS && 6.7 - make && make install 6.8 + fix libtool && 6.9 + make && 6.10 + make install 6.11 } 6.12 6.13 genpkg_rules() {
7.1 --- a/libgpg-error/receipt Sat Apr 14 02:49:57 2018 +0300 7.2 +++ b/libgpg-error/receipt Sat Apr 14 03:34:33 2018 +0300 7.3 @@ -18,7 +18,10 @@ 7.4 SPLIT="libgpg-error-dev" 7.5 7.6 compile_rules() { 7.7 - ./configure $CONFIGURE_ARGS && make && make install 7.8 + ./configure $CONFIGURE_ARGS && 7.9 + fix libtool && 7.10 + make && 7.11 + make install 7.12 } 7.13 7.14 genpkg_rules() {
8.1 --- a/libgphoto2/receipt Sat Apr 14 02:49:57 2018 +0300 8.2 +++ b/libgphoto2/receipt Sat Apr 14 03:34:33 2018 +0300 8.3 @@ -14,21 +14,18 @@ 8.4 BUILD_DEPENDS="libtool gettext libjpeg-turbo-dev libexif-dev libusb-dev" 8.5 SPLIT="libgphoto2-dev" 8.6 8.7 -# Rules to configure and make the package. 8.8 -compile_rules() 8.9 -{ 8.10 +compile_rules() { 8.11 ./configure \ 8.12 udevscriptdir=/lib/udev \ 8.13 --with-exif \ 8.14 --disable-static \ 8.15 $CONFIGURE_ARGS && 8.16 + fix libtool && 8.17 make && 8.18 make install 8.19 } 8.20 8.21 -# Rules to gen a SliTaz package suitable for Tazpkg. 8.22 -genpkg_rules() 8.23 -{ 8.24 +genpkg_rules() { 8.25 case $PACKAGE in 8.26 libgphoto2) 8.27 copy @std
9.1 --- a/libgpod/receipt Sat Apr 14 02:49:57 2018 +0300 9.2 +++ b/libgpod/receipt Sat Apr 14 03:34:33 2018 +0300 9.3 @@ -16,7 +16,10 @@ 9.4 SPLIT="libgpod-dev" 9.5 9.6 compile_rules() { 9.7 - ./configure $CONFIGURE_ARGS && make && make install 9.8 + ./configure $CONFIGURE_ARGS && 9.9 + fix libtool && 9.10 + make && 9.11 + make install 9.12 } 9.13 9.14 genpkg_rules() {
10.1 --- a/libgringotts/receipt Sat Apr 14 02:49:57 2018 +0300 10.2 +++ b/libgringotts/receipt Sat Apr 14 03:34:33 2018 +0300 10.3 @@ -16,6 +16,7 @@ 10.4 10.5 compile_rules() { 10.6 ./configure $CONFIGURE_ARGS && 10.7 + fix libtool && 10.8 make && 10.9 make DESTDIR=$DESTDIR install 10.10 }
11.1 --- a/libgsf/receipt Sat Apr 14 02:49:57 2018 +0300 11.2 +++ b/libgsf/receipt Sat Apr 14 03:34:33 2018 +0300 11.3 @@ -20,7 +20,9 @@ 11.4 ./configure \ 11.5 --enable-introspection \ 11.6 $CONFIGURE_ARGS && 11.7 - make && make install 11.8 + fix libtool && 11.9 + make && 11.10 + make install 11.11 } 11.12 11.13 genpkg_rules() {
12.1 --- a/libgtkimageview/receipt Sat Apr 14 02:49:57 2018 +0300 12.2 +++ b/libgtkimageview/receipt Sat Apr 14 03:34:33 2018 +0300 12.3 @@ -6,10 +6,9 @@ 12.4 SHORT_DESC="Simple image viewer widget for GTK" 12.5 MAINTAINER="gokhlayeh@slitaz.org" 12.6 LICENSE="LGPL2.1" 12.7 -WEB_SITE="http://trac.bjourne.webfactional.com/" 12.8 +WEB_SITE="http://trac.bjourne.webfactional.com/" 12.9 12.10 -SOURCE="gtkimageview" 12.11 -TARBALL="$SOURCE-$VERSION.tar.gz" 12.12 +TARBALL="gtkimageview-$VERSION.tar.gz" 12.13 WGET_URL="http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/$TARBALL?format=raw" 12.14 12.15 BUILD_DEPENDS="gtk+-dev expat-dev" 12.16 @@ -17,6 +16,7 @@ 12.17 12.18 compile_rules() { 12.19 ./configure $CONFIGURE_ARGS && 12.20 + fix libtool && 12.21 make && 12.22 make DESTDIR=$DESTDIR install 12.23 }
13.1 --- a/libgtop/receipt Sat Apr 14 02:49:57 2018 +0300 13.2 +++ b/libgtop/receipt Sat Apr 14 03:34:33 2018 +0300 13.3 @@ -16,7 +16,10 @@ 13.4 SPLIT="libgtop-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/libhangul/receipt Sat Apr 14 02:49:57 2018 +0300 14.2 +++ b/libhangul/receipt Sat Apr 14 03:34:33 2018 +0300 14.3 @@ -17,6 +17,7 @@ 14.4 ./configure \ 14.5 --datadir=/usr/lib \ 14.6 $CONFIGURE_ARGS && 14.7 + fix libtool && 14.8 make && 14.9 make DESTDIR=$DESTDIR install 14.10 }
15.1 --- a/libharu/receipt Sat Apr 14 02:49:57 2018 +0300 15.2 +++ b/libharu/receipt Sat Apr 14 03:34:33 2018 +0300 15.3 @@ -14,22 +14,20 @@ 15.4 BUILD_DEPENDS="automake libtool zlib-dev libpng16-dev" 15.5 SPLIT="libharu-dev" 15.6 15.7 -# Rules to configure and make the package. 15.8 -compile_rules() 15.9 -{ 15.10 +compile_rules() { 15.11 touch include/config.h.in 15.12 aclocal && 15.13 libtoolize && 15.14 automake --add-missing && 15.15 autoconf && 15.16 + 15.17 ./configure $CONFIGURE_ARGS && 15.18 + fix libtool && 15.19 make && 15.20 make DESTDIR=$install install 15.21 } 15.22 15.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 15.24 -genpkg_rules() 15.25 -{ 15.26 +genpkg_rules() { 15.27 case $PACKAGE in 15.28 libharu) 15.29 copy @std
16.1 --- a/libhtp/receipt Sat Apr 14 02:49:57 2018 +0300 16.2 +++ b/libhtp/receipt Sat Apr 14 03:34:33 2018 +0300 16.3 @@ -15,7 +15,10 @@ 16.4 SPLIT="libhtp-dev" 16.5 16.6 compile_rules() { 16.7 - ./configure $CONFIGURE_ARGS && make && make install 16.8 + ./configure $CONFIGURE_ARGS && 16.9 + fix libtool && 16.10 + make && 16.11 + make install 16.12 } 16.13 16.14 genpkg_rules() {
17.1 --- a/libhx/receipt Sat Apr 14 02:49:57 2018 +0300 17.2 +++ b/libhx/receipt Sat Apr 14 03:34:33 2018 +0300 17.3 @@ -15,9 +15,8 @@ 17.4 SPLIT="libhx" 17.5 17.6 compile_rules() { 17.7 - ./configure \ 17.8 - --prefix=/usr \ 17.9 - $CONFIGURE_ARGS && 17.10 + ./configure $CONFIGURE_ARGS && 17.11 + fix libtool && 17.12 make && 17.13 make DESTDIR=$DESTDIR install 17.14 } 17.15 @@ -25,15 +24,11 @@ 17.16 genpkg_rules() { 17.17 case $PACKAGE in 17.18 libhx) 17.19 - mkdir -p $fs/usr/lib 17.20 - cp -a $install/usr/lib/libHX.so* $fs/usr/lib 17.21 + copy @std 17.22 DEPENDS="coreutils-file-special" 17.23 ;; 17.24 *-dev) 17.25 - mkdir -p $fs/usr/lib 17.26 - cp -a $install/usr/lib/*a $fs/usr/lib 17.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 17.28 - cp -a $install/usr/include $fs/usr 17.29 + copy @dev 17.30 ;; 17.31 esac 17.32 }
18.1 --- a/libid3tag/receipt Sat Apr 14 02:49:57 2018 +0300 18.2 +++ b/libid3tag/receipt Sat Apr 14 03:34:33 2018 +0300 18.3 @@ -15,10 +15,10 @@ 18.4 SPLIT="libid3tag-dev" 18.5 18.6 compile_rules() { 18.7 - ./configure \ 18.8 - --prefix=/usr \ 18.9 - $CONFIGURE_ARGS && 18.10 - make && make install || return 1 18.11 + ./configure $CONFIGURE_ARGS && 18.12 + fix libtool && 18.13 + make && 18.14 + make install || return 1 18.15 18.16 # libid3tag.pc 18.17 mkdir -p $install/usr/lib/pkgconfig/
19.1 --- a/libidl/receipt Sat Apr 14 02:49:57 2018 +0300 19.2 +++ b/libidl/receipt Sat Apr 14 03:34:33 2018 +0300 19.3 @@ -7,7 +7,6 @@ 19.4 MAINTAINER="pankso@slitaz.org" 19.5 LICENSE="LGPL2" 19.6 WEB_SITE="https://github.com/GNOME/libIDL" 19.7 -CROSS="bug: can not run test program" 19.8 19.9 TARBALL="libIDL-$VERSION.tar.bz2" 19.10 WGET_URL="$GNOME_MIRROR/libIDL/${VERSION%.*}/$TARBALL" 19.11 @@ -15,19 +14,18 @@ 19.12 BUILD_DEPENDS="bison flex glib-dev" 19.13 SPLIT="libidl-dev" 19.14 19.15 -# Rules to configure and make the package. 19.16 -compile_rules() 19.17 -{ 19.18 +CROSS="bug: can not run test program" 19.19 + 19.20 +compile_rules() { 19.21 ./configure \ 19.22 --cache-file=config.cache \ 19.23 - --build=$HOST_SYSTEM \ 19.24 - --host=$HOST_SYSTEM && 19.25 - make && make install 19.26 + $CONFIGURE_ARGS && 19.27 + fix libtool && 19.28 + make && 19.29 + make install 19.30 } 19.31 19.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 19.33 -genpkg_rules() 19.34 -{ 19.35 +genpkg_rules() { 19.36 case $PACKAGE in 19.37 libidl) 19.38 copy @std
20.1 --- a/libidn/receipt Sat Apr 14 02:49:57 2018 +0300 20.2 +++ b/libidn/receipt Sat Apr 14 03:34:33 2018 +0300 20.3 @@ -19,7 +19,9 @@ 20.4 ./configure \ 20.5 --disable-static \ 20.6 $CONFIGURE_ARGS && 20.7 - make $MAKEFLAGS && make install 20.8 + fix libtool && 20.9 + make $MAKEFLAGS && 20.10 + make install 20.11 } 20.12 20.13 genpkg_rules() {
21.1 --- a/libidn2/receipt Sat Apr 14 02:49:57 2018 +0300 21.2 +++ b/libidn2/receipt Sat Apr 14 03:34:33 2018 +0300 21.3 @@ -15,7 +15,10 @@ 21.4 SPLIT="libidn2-dev" 21.5 21.6 compile_rules() { 21.7 - ./configure $CONFIGURE_ARGS && make && make install 21.8 + ./configure $CONFIGURE_ARGS && 21.9 + fix libtool && 21.10 + make && 21.11 + make install 21.12 } 21.13 21.14 genpkg_rules() {
22.1 --- a/libiec61883/receipt Sat Apr 14 02:49:57 2018 +0300 22.2 +++ b/libiec61883/receipt Sat Apr 14 03:34:33 2018 +0300 22.3 @@ -14,15 +14,14 @@ 22.4 BUILD_DEPENDS="libraw1394-dev" 22.5 SPLIT="libiec61883-dev" 22.6 22.7 -# Rules to configure and make the package. 22.8 -compile_rules() 22.9 -{ 22.10 - ./configure $CONFIGURE_ARGS && make && make install 22.11 +compile_rules() { 22.12 + ./configure $CONFIGURE_ARGS && 22.13 + fix libtool && 22.14 + make && 22.15 + make install 22.16 } 22.17 22.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 22.19 -genpkg_rules() 22.20 -{ 22.21 +genpkg_rules() { 22.22 case $PACKAGE in 22.23 libiec61883) 22.24 copy @std
23.1 --- a/libimobiledevice/receipt Sat Apr 14 02:49:57 2018 +0300 23.2 +++ b/libimobiledevice/receipt Sat Apr 14 03:34:33 2018 +0300 23.3 @@ -3,10 +3,12 @@ 23.4 PACKAGE="libimobiledevice" 23.5 VERSION="1.1.1" 23.6 CATEGORY="misc" 23.7 -SHORT_DESC="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux" 23.8 +SHORT_DESC="Software library that talks the protocols to support iPhone and \ 23.9 +iPod Touch devices on Linux" 23.10 MAINTAINER="slaxemulator@gmail.com" 23.11 LICENSE="GPL2" 23.12 WEB_SITE="http://libimobiledevice.org" 23.13 + 23.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 23.15 WGET_URL="$WEB_SITE/downloads/$TARBALL" 23.16 23.17 @@ -14,32 +16,23 @@ 23.18 libxml2-dev libgcrypt-dev" 23.19 SPLIT="libimobiledevice-dev" 23.20 23.21 -# Rules to configure and make the package. 23.22 -compile_rules() 23.23 -{ 23.24 +compile_rules() { 23.25 patch -Np1 -i $stuff/swig-version-check.patch 23.26 - ./configure \ 23.27 - $CONFIGURE_ARGS && 23.28 + 23.29 + ./configure $CONFIGURE_ARGS && 23.30 + fix libtool && 23.31 make && 23.32 make install 23.33 } 23.34 23.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 23.36 -genpkg_rules() 23.37 -{ 23.38 +genpkg_rules() { 23.39 case $PACKAGE in 23.40 - libimobiledevice) 23.41 - DEPENDS="gnutls glib libplist usbmuxd" 23.42 - mkdir -p $fs/usr/lib 23.43 - cp -a $install/usr/bin $fs/usr 23.44 - cp -a $install/usr/lib/*.so* $fs/usr/lib 23.45 - cp -a $install/usr/lib/python* $fs/usr/lib 23.46 - ;; 23.47 - libimobiledevice-dev) 23.48 - mkdir -p $fs/usr/lib 23.49 - cp -a $install/usr/include $fs/usr 23.50 - cp -a $install/usr/lib/*.*a $fs/usr/lib 23.51 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 23.52 - ;; 23.53 + libimobiledevice) 23.54 + copy @std 23.55 + DEPENDS="gnutls glib libplist usbmuxd" 23.56 + ;; 23.57 + *-dev) 23.58 + copy @dev 23.59 + ;; 23.60 esac 23.61 }
24.1 --- a/libindicator-gtk3/receipt Sat Apr 14 02:49:57 2018 +0300 24.2 +++ b/libindicator-gtk3/receipt Sat Apr 14 03:34:33 2018 +0300 24.3 @@ -27,6 +27,7 @@ 24.4 --disable-static \ 24.5 --disable-tests \ 24.6 $CONFIGURE_ARGS && 24.7 + fix libtool && 24.8 make && 24.9 make install 24.10 }
25.1 --- a/libiodbc/receipt Sat Apr 14 02:49:57 2018 +0300 25.2 +++ b/libiodbc/receipt Sat Apr 14 03:34:33 2018 +0300 25.3 @@ -15,6 +15,7 @@ 25.4 25.5 compile_rules() { 25.6 ./configure $CONFIGURE_ARGS && 25.7 + fix libtool && 25.8 make && 25.9 make install 25.10 }
26.1 --- a/libirman/receipt Sat Apr 14 02:49:57 2018 +0300 26.2 +++ b/libirman/receipt Sat Apr 14 03:34:33 2018 +0300 26.3 @@ -15,6 +15,7 @@ 26.4 26.5 compile_rules() { 26.6 ./configure $CONFIGURE_ARGS && 26.7 + fix libtool && 26.8 make && 26.9 make install 26.10 }
27.1 --- a/libisofs/receipt Sat Apr 14 02:49:57 2018 +0300 27.2 +++ b/libisofs/receipt Sat Apr 14 03:34:33 2018 +0300 27.3 @@ -15,7 +15,10 @@ 27.4 SPLIT="libisofs-dev" 27.5 27.6 compile_rules() { 27.7 - ./configure $CONFIGURE_ARGS && make && make install 27.8 + ./configure $CONFIGURE_ARGS && 27.9 + fix libtool && 27.10 + make && 27.11 + make install 27.12 } 27.13 27.14 genpkg_rules() {
28.1 --- a/libjpeg-turbo/receipt Sat Apr 14 02:49:57 2018 +0300 28.2 +++ b/libjpeg-turbo/receipt Sat Apr 14 03:34:33 2018 +0300 28.3 @@ -19,9 +19,10 @@ 28.4 ./configure \ 28.5 --with-jpeg8 \ 28.6 --disable-static \ 28.7 - --docdir=/usr/share/doc/$PACKAGE-$VERSION \ 28.8 $CONFIGURE_ARGS && 28.9 - make && make install 28.10 + fix libtool && 28.11 + make && 28.12 + make install 28.13 } 28.14 28.15 genpkg_rules() {
29.1 --- a/libjson-c/receipt Sat Apr 14 02:49:57 2018 +0300 29.2 +++ b/libjson-c/receipt Sat Apr 14 03:34:33 2018 +0300 29.3 @@ -17,24 +17,16 @@ 29.4 compile_rules() { 29.5 sed -i 's/-Werror /&-Wno-error=unused-but-set-variable /' Makefile* 29.6 ./autogen.sh 29.7 - ./configure \ 29.8 - --prefix=/usr \ 29.9 - $CONFIGURE_ARGS && 29.10 + 29.11 + ./configure $CONFIGURE_ARGS && 29.12 + fix libtool && 29.13 make && 29.14 - make -j 1 DESTDIR=$DESTDIR install 29.15 + make -j1 DESTDIR=$DESTDIR install 29.16 } 29.17 29.18 genpkg_rules() { 29.19 case $PACKAGE in 29.20 - libjson-c) 29.21 - mkdir -p $fs/usr/lib 29.22 - cp -a $install/usr/lib/*.so* $fs/usr/lib 29.23 - ;; 29.24 - *-dev) 29.25 - mkdir -p $fs/usr/lib 29.26 - cp -a $install/usr/include $fs/usr/ 29.27 - cp -a $install/usr/lib/*a $fs/usr/lib 29.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 29.29 - ;; 29.30 + libjson-c) copy @std;; 29.31 + *-dev) copy @dev;; 29.32 esac 29.33 }
30.1 --- a/libkeybinder/receipt Sat Apr 14 02:49:57 2018 +0300 30.2 +++ b/libkeybinder/receipt Sat Apr 14 03:34:33 2018 +0300 30.3 @@ -16,16 +16,15 @@ 30.4 pygtk-dev pygobject-dev automake autoconf libtool" 30.5 SPLIT="libkeybinder-python libkeybinder-dev" 30.6 30.7 -# Rules to configure and make the package. 30.8 -compile_rules() 30.9 -{ 30.10 +compile_rules() { 30.11 autoreconf -vif && 30.12 - ./configure $CONFIGURE_ARGS && make && make install 30.13 + ./configure $CONFIGURE_ARGS && 30.14 + fix libtool && 30.15 + make && 30.16 + make install 30.17 } 30.18 30.19 -# Rules to gen a SliTaz package suitable for Tazpkg. 30.20 -genpkg_rules() 30.21 -{ 30.22 +genpkg_rules() { 30.23 case $PACKAGE in 30.24 libkeybinder) 30.25 copy libkeybinder.so*
31.1 --- a/libksba/receipt Sat Apr 14 02:49:57 2018 +0300 31.2 +++ b/libksba/receipt Sat Apr 14 03:34:33 2018 +0300 31.3 @@ -15,15 +15,14 @@ 31.4 BUILD_DEPENDS="libgpg-error-dev" 31.5 SPLIT="libksba-dev" 31.6 31.7 -# Rules to configure and make the package. 31.8 -compile_rules() 31.9 -{ 31.10 - ./configure $CONFIGURE_ARGS && make && make install 31.11 +compile_rules() { 31.12 + ./configure $CONFIGURE_ARGS && 31.13 + fix libtool && 31.14 + make && 31.15 + make install 31.16 } 31.17 31.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 31.19 -genpkg_rules() 31.20 -{ 31.21 +genpkg_rules() { 31.22 case $PACKAGE in 31.23 libksba) copy @std; DEPENDS="libgpg-error";; 31.24 *-dev) copy @dev; DEPENDS="libksba libgpg-error-dev";;
32.1 --- a/liblinebreak/receipt Sat Apr 14 02:49:57 2018 +0300 32.2 +++ b/liblinebreak/receipt Sat Apr 14 03:34:33 2018 +0300 32.3 @@ -14,17 +14,16 @@ 32.4 BUILD_DEPENDS="gfortran" 32.5 SPLIT="liblinebreak-dev" 32.6 32.7 -# Rules to configure and make the package. 32.8 -compile_rules() 32.9 -{ 32.10 - ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 32.11 +compile_rules() { 32.12 + ./configure $CONFIGURE_ARGS && 32.13 + fix libtool && 32.14 + make && 32.15 + make DESTDIR=$DESTDIR install 32.16 } 32.17 32.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 32.19 -genpkg_rules() 32.20 -{ 32.21 +genpkg_rules() { 32.22 case $PACKAGE in 32.23 liblinebreak) copy @std;; 32.24 - *-dev) copy @dev;; 32.25 + *-dev) copy @dev;; 32.26 esac 32.27 }
33.1 --- a/liblo/receipt Sat Apr 14 02:49:57 2018 +0300 33.2 +++ b/liblo/receipt Sat Apr 14 03:34:33 2018 +0300 33.3 @@ -15,7 +15,10 @@ 33.4 SPLIT="liblo-dev" 33.5 33.6 compile_rules() { 33.7 - ./configure $CONFIGURE_ARGS && make && make install || return 1 33.8 + ./configure $CONFIGURE_ARGS && 33.9 + fix libtool && 33.10 + make && 33.11 + make install || return 1 33.12 33.13 cook_pick_manpages doc/man/man3/[lp]* 33.14 }
34.1 --- a/liblognorm/receipt Sat Apr 14 02:49:57 2018 +0300 34.2 +++ b/liblognorm/receipt Sat Apr 14 03:34:33 2018 +0300 34.3 @@ -16,7 +16,11 @@ 34.4 34.5 compile_rules() { 34.6 patch -p 1 < $stuff/liblognorm-build-fix.patch 34.7 - ./configure $CONFIGURE_ARGS && make && make install 34.8 + 34.9 + ./configure $CONFIGURE_ARGS && 34.10 + fix libtool && 34.11 + make && 34.12 + make install 34.13 } 34.14 34.15 genpkg_rules() {
35.1 --- a/liblouis/receipt Sat Apr 14 02:49:57 2018 +0300 35.2 +++ b/liblouis/receipt Sat Apr 14 03:34:33 2018 +0300 35.3 @@ -3,9 +3,9 @@ 35.4 PACKAGE="liblouis" 35.5 VERSION="2.5.2-3" 35.6 CATEGORY="utilities" 35.7 -LICENSE="GPL3" 35.8 SHORT_DESC="Open-source braille translator and back-translator" 35.9 MAINTAINER="yuripourre@gmail.com" 35.10 +LICENSE="GPL3" 35.11 WEB_SITE="https://code.google.com/p/liblouis/" 35.12 35.13 TARBALL="$PACKAGE-${VERSION:0:5}.tar.gz" 35.14 @@ -16,9 +16,9 @@ 35.15 35.16 compile_rules() { 35.17 ./configure \ 35.18 - --prefix=/usr \ 35.19 --disable-static \ 35.20 $CONFIGURE_ARGS && 35.21 + fix libtool && 35.22 make && 35.23 make DESTDIR=$DESTDIR install 35.24 }
36.1 --- a/liblrdf/receipt Sat Apr 14 02:49:57 2018 +0300 36.2 +++ b/liblrdf/receipt Sat Apr 14 03:34:33 2018 +0300 36.3 @@ -3,9 +3,9 @@ 36.4 PACKAGE="liblrdf" 36.5 VERSION="0.4.0" 36.6 CATEGORY="multimedia" 36.7 +SHORT_DESC="A library for the manipulation of RDF file in LADSPA plugins" 36.8 MAINTAINER="jozee@slitaz.org" 36.9 LICENSE="GPL2" 36.10 -SHORT_DESC="A library for the manipulation of RDF file in LADSPA plugins" 36.11 WEB_SITE="http://sourceforge.net/projects/lrdf" 36.12 36.13 TARBALL="${PACKAGE}-${VERSION}.tar.gz" 36.14 @@ -20,7 +20,11 @@ 36.15 patch -Np0 -i $stuff/raptor2.diff 36.16 patch -Np1 -i $stuff/pkgconfig-raptor.patch 36.17 autoreconf -vfi 36.18 - ./configure $CONFIGURE_ARGS && make && make install 36.19 + 36.20 + ./configure $CONFIGURE_ARGS && 36.21 + fix libtool && 36.22 + make && 36.23 + make install 36.24 } 36.25 36.26 genpkg_rules() {
37.1 --- a/libmad/receipt Sat Apr 14 02:49:57 2018 +0300 37.2 +++ b/libmad/receipt Sat Apr 14 03:34:33 2018 +0300 37.3 @@ -19,16 +19,15 @@ 37.4 touch NEWS AUTHORS ChangeLog 37.5 autoreconf -fi || return 1 37.6 37.7 - ./configure $CONFIGURE_ARGS && make && make install 37.8 + ./configure $CONFIGURE_ARGS && 37.9 + fix libtool && 37.10 + make && 37.11 + make install 37.12 } 37.13 37.14 genpkg_rules() { 37.15 case $PACKAGE in 37.16 - libmad) 37.17 - copy @std 37.18 - ;; 37.19 - *-dev) 37.20 - copy @dev 37.21 - ;; 37.22 + libmad) copy @std;; 37.23 + *-dev) copy @dev;; 37.24 esac 37.25 }
38.1 --- a/libmcrypt/receipt Sat Apr 14 02:49:57 2018 +0300 38.2 +++ b/libmcrypt/receipt Sat Apr 14 03:34:33 2018 +0300 38.3 @@ -15,6 +15,7 @@ 38.4 38.5 compile_rules() { 38.6 ./configure $CONFIGURE_ARGS && 38.7 + fix libtool && 38.8 make && 38.9 make DESTDIR=$DESTDIR install 38.10 }
39.1 --- a/libmicrohttpd/receipt Sat Apr 14 02:49:57 2018 +0300 39.2 +++ b/libmicrohttpd/receipt Sat Apr 14 03:34:33 2018 +0300 39.3 @@ -17,16 +17,15 @@ 39.4 39.5 compile_rules() { 39.6 ./configure \ 39.7 - --prefix=/usr \ 39.8 - --infodir=/usr/share/info \ 39.9 - --mandir=/usr/share/man \ 39.10 --disable-dependency-tracking \ 39.11 --enable-largefile \ 39.12 --enable-curl \ 39.13 --enable-messages \ 39.14 --with-pic \ 39.15 $CONFIGURE_ARGS && 39.16 - make && make DESTDIR=$DESTDIR install || return 1 39.17 + fix libtool && 39.18 + make && 39.19 + make DESTDIR=$DESTDIR install || return 1 39.20 39.21 mkdir -p $DESTDIR/usr/include/$PACKAGE 39.22 cp -a src/include/platform.h $DESTDIR/usr/include/$PACKAGE
40.1 --- a/libmikmod/receipt Sat Apr 14 02:49:57 2018 +0300 40.2 +++ b/libmikmod/receipt Sat Apr 14 03:34:33 2018 +0300 40.3 @@ -19,6 +19,7 @@ 40.4 sed -i 's|\$(SHELL)|/bin/bash|' configure 40.5 40.6 ./configure $CONFIGURE_ARGS && 40.7 + fix libtool && 40.8 make && 40.9 make install 40.10 }
41.1 --- a/libmms/receipt Sat Apr 14 02:49:57 2018 +0300 41.2 +++ b/libmms/receipt Sat Apr 14 03:34:33 2018 +0300 41.3 @@ -14,15 +14,14 @@ 41.4 BUILD_DEPENDS="glib-dev" 41.5 SPLIT="libmms-dev" 41.6 41.7 -# Rules to configure and make the package. 41.8 -compile_rules() 41.9 -{ 41.10 - ./configure $CONFIGURE_ARGS && make && make install 41.11 +compile_rules() { 41.12 + ./configure $CONFIGURE_ARGS && 41.13 + fix libtool && 41.14 + make && 41.15 + make install 41.16 } 41.17 41.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 41.19 -genpkg_rules() 41.20 -{ 41.21 +genpkg_rules() { 41.22 case $PACKAGE in 41.23 libmms) 41.24 copy @std
42.1 --- a/libmng/receipt Sat Apr 14 02:49:57 2018 +0300 42.2 +++ b/libmng/receipt Sat Apr 14 03:34:33 2018 +0300 42.3 @@ -14,22 +14,18 @@ 42.4 BUILD_DEPENDS="zlib-dev libjpeg-turbo-dev lcms2-dev" 42.5 SPLIT="libmng-dev" 42.6 42.7 -# Rules to configure and make the package. 42.8 -compile_rules() 42.9 -{ 42.10 +compile_rules() { 42.11 ./configure \ 42.12 --disable-static \ 42.13 $CONFIGURE_ARGS && 42.14 - make && make install && 42.15 + fix libtool && 42.16 + make && 42.17 + make install || return 1 42.18 42.19 - docdir=$install/usr/share/doc/libmng-$VERSION && 42.20 - install -v -m755 -d $docdir && 42.21 - install -v -m644 doc/libmng.txt $docdir 42.22 + cook_pick_docs doc/libmng.txt 42.23 } 42.24 42.25 -# Rules to gen a SliTaz package suitable for Tazpkg. 42.26 -genpkg_rules() 42.27 -{ 42.28 +genpkg_rules() { 42.29 case $PACKAGE in 42.30 libmng) copy @std; DEPENDS="lcms2 libjpeg-turbo zlib";; 42.31 *-dev) copy @dev; DEPENDS="libmng lcms2-dev libjpeg-turbo-dev zlib-dev";;
43.1 --- a/libmnl/receipt Sat Apr 14 02:49:57 2018 +0300 43.2 +++ b/libmnl/receipt Sat Apr 14 03:34:33 2018 +0300 43.3 @@ -14,12 +14,15 @@ 43.4 SPLIT="libmnl-dev" 43.5 43.6 compile_rules() { 43.7 - ./configure $CONFIGURE_ARGS && make && make install 43.8 + ./configure $CONFIGURE_ARGS && 43.9 + fix libtool && 43.10 + make && 43.11 + make install 43.12 } 43.13 43.14 genpkg_rules() { 43.15 case $PACKAGE in 43.16 libmnl) copy @std;; 43.17 - *-dev) copy @dev;; 43.18 + *-dev) copy @dev;; 43.19 esac 43.20 }
44.1 --- a/libmodplug/receipt Sat Apr 14 02:49:57 2018 +0300 44.2 +++ b/libmodplug/receipt Sat Apr 14 03:34:33 2018 +0300 44.3 @@ -14,7 +14,10 @@ 44.4 SPLIT="libmodplug-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/libmpd/receipt Sat Apr 14 02:49:57 2018 +0300 45.2 +++ b/libmpd/receipt Sat Apr 14 03:34:33 2018 +0300 45.3 @@ -15,7 +15,10 @@ 45.4 SPLIT="libmpd-dev" 45.5 45.6 compile_rules() { 45.7 - ./configure $CONFIGURE_ARGS && make && make install 45.8 + ./configure $CONFIGURE_ARGS && 45.9 + fix libtool && 45.10 + make && 45.11 + make install 45.12 } 45.13 45.14 genpkg_rules() {
46.1 --- a/libmpdclient/receipt Sat Apr 14 02:49:57 2018 +0300 46.2 +++ b/libmpdclient/receipt Sat Apr 14 03:34:33 2018 +0300 46.3 @@ -15,16 +15,15 @@ 46.4 SPLIT="libmpdclient-dev" 46.5 46.6 compile_rules() { 46.7 - ./configure $CONFIGURE_ARGS && make && make install 46.8 + ./configure $CONFIGURE_ARGS && 46.9 + fix libtool && 46.10 + make && 46.11 + make install 46.12 } 46.13 46.14 genpkg_rules() { 46.15 case $PACKAGE in 46.16 - libmpdclient) 46.17 - copy @std 46.18 - ;; 46.19 - *-dev) 46.20 - copy @dev 46.21 - ;; 46.22 + libmpdclient) copy @std;; 46.23 + *-dev) copy @dev;; 46.24 esac 46.25 }
47.1 --- a/libmpeg2/receipt Sat Apr 14 02:49:57 2018 +0300 47.2 +++ b/libmpeg2/receipt Sat Apr 14 03:34:33 2018 +0300 47.3 @@ -7,6 +7,7 @@ 47.4 MAINTAINER="jozee@slitaz.org" 47.5 LICENSE="GPL2" 47.6 WEB_SITE="http://libmpeg2.sourceforge.net/" 47.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libmpeg2.html" 47.8 47.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 47.10 WGET_URL="http://libmpeg2.sourceforge.net/files/$TARBALL" # no $SF_MIRROR 47.11 @@ -15,27 +16,21 @@ 47.12 xorg-libSM-dev xorg-libXv-dev" 47.13 SPLIT="libmpeg2-dev" 47.14 47.15 -# Rules to configure and make the package. 47.16 -compile_rules() 47.17 -{ 47.18 - # http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libmpeg2.html 47.19 +compile_rules() { 47.20 sed -i 's/static const/static/' libmpeg2/idct_mmx.c && 47.21 47.22 ./configure \ 47.23 --enable-shared \ 47.24 --disable-static \ 47.25 $CONFIGURE_ARGS && 47.26 + fix libtool && 47.27 make && 47.28 - make install && 47.29 + make install || return 1 47.30 47.31 - docdir=$install/usr/share/doc/mpeg2dec-$VERSION && 47.32 - mkdir -p $docdir && 47.33 - install -v -m644 README doc/libmpeg2.txt $docdir 47.34 + cook_pick_docs README doc/libmpeg2.txt 47.35 } 47.36 47.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 47.38 -genpkg_rules() 47.39 -{ 47.40 +genpkg_rules() { 47.41 case $PACKAGE in 47.42 libmpeg2) 47.43 copy @std
48.1 --- a/libmrss/receipt Sat Apr 14 02:49:57 2018 +0300 48.2 +++ b/libmrss/receipt Sat Apr 14 03:34:33 2018 +0300 48.3 @@ -15,15 +15,14 @@ 48.4 BUILD_DEPENDS="libnxml-dev curl-dev" 48.5 SPLIT="libmrss-dev" 48.6 48.7 -# Rules to configure and make the package. 48.8 -compile_rules() 48.9 -{ 48.10 - ./configure $CONFIGURE_ARGS && make && make install 48.11 +compile_rules() { 48.12 + ./configure $CONFIGURE_ARGS && 48.13 + fix libtool && 48.14 + make && 48.15 + make install 48.16 } 48.17 48.18 -# Rules to gen a SliTaz package suitable for Tazpkg. 48.19 -genpkg_rules() 48.20 -{ 48.21 +genpkg_rules() { 48.22 case $PACKAGE in 48.23 libmrss) 48.24 copy @std
49.1 --- a/libmtp/receipt Sat Apr 14 02:49:57 2018 +0300 49.2 +++ b/libmtp/receipt Sat Apr 14 03:34:33 2018 +0300 49.3 @@ -14,24 +14,22 @@ 49.4 BUILD_DEPENDS="libusb-dev libgcrypt-dev" 49.5 SPLIT="mtp-tools libmtp-dev" 49.6 49.7 -# Rules to configure and make the package. 49.8 -compile_rules() 49.9 -{ 49.10 +compile_rules() { 49.11 ./configure \ 49.12 --with-udev=/etc/udev \ 49.13 $CONFIGURE_ARGS && 49.14 - make && make install && 49.15 + fix libtool && 49.16 + make && 49.17 + make install || return 1 49.18 49.19 # udev rules in /etc/udev/rules.d/; udev execs in /lib/udev/ 49.20 - mkdir -p $install/lib/udev && 49.21 - mv $install/etc/udev/mtp-probe $install/lib/udev && 49.22 + mkdir -p $install/lib/udev 49.23 + mv $install/etc/udev/mtp-probe $install/lib/udev 49.24 sed -i 's#/etc/udev/mtp-probe#/lib/udev/mtp-probe#' \ 49.25 $install/etc/udev/rules.d/69-libmtp.rules 49.26 } 49.27 49.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 49.29 -genpkg_rules() 49.30 -{ 49.31 +genpkg_rules() { 49.32 case $PACKAGE in 49.33 libmtp) 49.34 copy udev/ *.so*