wok diff pycairo-dev/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents a78610b2eb47
children
line diff
     1.1 --- a/pycairo-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/pycairo-dev/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,21 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pycairo-dev"
     1.7 -VERSION="1.10.0"
     1.8 +VERSION="1.18.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Python bindings for the cairo graphics library."
    1.11 +SHORT_DESC="Python bindings for the cairo graphics library - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="MPL LGPL2.1"
    1.14  WEB_SITE="https://www.cairographics.org/pycairo/"
    1.15 +
    1.16 +DEPENDS="pkg-config pycairo"
    1.17  WANTED="pycairo"
    1.18  
    1.19 -DEPENDS="pycairo pkg-config"
    1.20 -
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 +
    1.28 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30  }
    1.31 -