wok diff pygobject-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 16df76e1fc6a
children
line diff
     1.1 --- a/pygobject-dev/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/pygobject-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pygobject-dev"
     1.7 -VERSION="2.28.6"
     1.8 +VERSION="2.28.7"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Python bindings for the GObject library dev files."
    1.11 +SHORT_DESC="Python bindings for the GObject library - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html"
    1.15 -WANTED="pygobject"
    1.16 +WEB_SITE="https://wiki.gnome.org/Projects/PyGObject"
    1.17  
    1.18  DEPENDS="pygobject libffi-dev pkg-config"
    1.19 +WANTED="pygobject"
    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 $fs/usr/share
    1.25 -	cp -a $install/usr/bin $fs/usr
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 -	cp -a $install/usr/share/pygobject $fs/usr/share
    1.28 -	cp -a $install/usr/share/gtk-doc $fs/usr/share
    1.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.31 +	mkdir -p $fs/usr/lib
    1.32 +	mkdir -p $fs/usr/share
    1.33 +
    1.34 +	cp -a $install/usr/bin			$fs/usr
    1.35 +	cp -a $install/usr/include		$fs/usr
    1.36 +	cp -a $install/usr/share/pygobject	$fs/usr/share
    1.37 +	cp -a $install/usr/share/gtk-doc	$fs/usr/share
    1.38 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.39 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.40  }