wok diff libextractor-dev/receipt @ rev 22534

updated beautifulsoup (4.7.1 -> 4.8.2)
author Hans-G?nter Theisgen
date Fri Jan 03 09:54:04 2020 +0100 (2020-01-03)
parents 8ed62ecac0c7
children f9c16f4ba2c0
line diff
     1.1 --- a/libextractor-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/libextractor-dev/receipt	Fri Jan 03 09:54:04 2020 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libextractor-dev"
     1.7 -VERSION="0.6.2"
     1.8 +VERSION="1.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Extract meta data from files of arbitrary type, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://www.gnu.org/software/libextractor"
    1.14 +WEB_SITE="https://www.gnu.org/software/libextractor"
    1.15 +
    1.16  WANTED="libextractor"
    1.17 -
    1.18  DEPENDS="libextractor pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.   
    1.21  genpkg_rules()                                      
    1.22  {
    1.23  	mkdir -p $fs/usr/lib/libextractor
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/libextractor/*a $fs/usr/lib/libextractor
    1.28 +
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32 +	cp -a $install/usr/lib/libextractor/*a	$fs/usr/lib/libextractor
    1.33  }