wok diff libwebp/receipt @ rev 23912

linux: add CONFIG_I2C_HID
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 10:22:39 2020 +0000 (2020-08-16)
parents f9f336b079da
children 5ea0ce1cecc0
line diff
     1.1 --- a/libwebp/receipt	Fri Apr 19 17:05:31 2019 +0100
     1.2 +++ b/libwebp/receipt	Sun Aug 16 10:22:39 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libwebp"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="1.1.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="WebP image library."
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -12,13 +12,14 @@
    1.13  WGET_URL="${WEB_SITE}/archive/v$VERSION.tar.gz"
    1.14  
    1.15  DEPENDS=""
    1.16 -BUILD_DEPENDS="automake"
    1.17 +BUILD_DEPENDS="autoconf automake libtool"
    1.18  
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 +	./autogen.sh &&
    1.25  	./configure			\
    1.26  		--disable-static	\
    1.27  		$CONFIGURE_ARGS &&
    1.28 @@ -30,5 +31,5 @@
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr/lib
    1.32 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.33 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.34  }