wok diff goocanvas-dev/receipt @ rev 23441

updated poptop (1.3.4 -> 1.4.0)
author Hans-G?nter Theisgen
date Thu Apr 02 13:53:28 2020 +0100 (2020-04-02)
parents 8ed62ecac0c7
children 26cb224c35b6
line diff
     1.1 --- a/goocanvas-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/goocanvas-dev/receipt	Thu Apr 02 13:53:28 2020 +0100
     1.3 @@ -1,21 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="goocanvas-dev"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="2.0.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="devel files for goocanvas"
    1.11 +SHORT_DESC="Development files for goocanvas."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://live.gnome.org/GooCanvas"
    1.15 +WEB_SITE="https://wiki.gnome.org/Projects/GooCanvas"
    1.16 +
    1.17  WANTED="goocanvas"
    1.18 -
    1.19  DEPENDS="goocanvas gtk+-dev 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/include $fs/usr
    1.26 +	cp -a $install/usr/include	 $fs/usr
    1.27  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28  }
    1.29 -