wok diff libfm-extra/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents ee53899c6189
children ea7c7014b421
line diff
     1.1 --- a/libfm-extra/receipt	Wed Jul 07 10:35:01 2021 +0000
     1.2 +++ b/libfm-extra/receipt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libfm-extra"
     1.7 -VERSION="1.3.1"
     1.8 +VERSION="1.3.2"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="File management support (extra library)"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +SHORT_DESC="File management support (extra library)."
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -WEB_SITE="http://pcmanfm.sourceforge.net"
    1.16 +WEB_SITE="https://wiki.lxde.org/en/Libfm"
    1.17  
    1.18  TARBALL="libfm-$VERSION.tar.xz"
    1.19  WGET_URL="$SF_MIRROR/pcmanfm/$TARBALL"
    1.20 @@ -14,7 +14,7 @@
    1.21  GENERIC_MENUS="no"
    1.22  
    1.23  DEPENDS="glib glibc-base libgio"
    1.24 -BUILD_DEPENDS="automake gtk-doc libtool intltool"
    1.25 +BUILD_DEPENDS="gtk-doc"
    1.26  
    1.27  current_version()
    1.28  {
    1.29 @@ -25,12 +25,11 @@
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 -	./autogen.sh
    1.34 -	./configure \
    1.35 -		--sysconfdir=/etc \
    1.36 -		--with-extra-only \
    1.37 -		--with-gtk=no \
    1.38 -		--disable-static \
    1.39 +	./configure			\
    1.40 +		--sysconfdir=/etc	\
    1.41 +		--with-extra-only	\
    1.42 +		--with-gtk=no		\
    1.43 +		--disable-static	\
    1.44  		$CONFIGURE_ARGS &&
    1.45  	make &&
    1.46  	make install
    1.47 @@ -39,6 +38,5 @@
    1.48  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.49  genpkg_rules()
    1.50  {
    1.51 -	mkdir -p $fs/usr/lib
    1.52 -	cp -a $install/usr/lib/*.so* $fs/usr/lib/
    1.53 +	cook_copy_files	*.so*
    1.54  }