wok-next diff libunique/receipt @ rev 20595
More fix libtool.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Apr 16 11:36:31 2018 +0300 (2018-04-16) |
parents | c4e53a39395a |
children | b1a1deb20f42 |
line diff
1.1 --- a/libunique/receipt Fri Mar 02 12:12:14 2018 +0200 1.2 +++ b/libunique/receipt Mon Apr 16 11:36:31 2018 +0300 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="erjo@slitaz.org" 1.5 LICENSE="LGPL2.1" 1.6 WEB_SITE="https://wiki.gnome.org/Attic/LibUnique" 1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libunique.html" 1.8 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 @@ -16,22 +17,19 @@ 1.12 xorg-libICE-dev gobject-introspection-dev gtk-doc" 1.13 SPLIT="libunique-dev" 1.14 1.15 -# Rules to configure and make the package. 1.16 -compile_rules() 1.17 -{ 1.18 - # http://www.linuxfromscratch.org/blfs/view/stable/general/libunique.html 1.19 +compile_rules() { 1.20 autoreconf -fi && 1.21 ./configure \ 1.22 --disable-dbus \ 1.23 --disable-static \ 1.24 --disable-debug \ 1.25 $CONFIGURE_ARGS && 1.26 - make && make install 1.27 + fix libtool && 1.28 + make && 1.29 + make install 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 +genpkg_rules() { 1.36 case $PACKAGE in 1.37 libunique) 1.38 copy @std