wok-current diff pygobject-dev/receipt @ rev 23490
updated python-geojson (1.0 -> 2.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 17:38:13 2020 +0100 (2020-04-05) |
parents | 16df76e1fc6a |
children | a23978bfa665 |
line diff
1.1 --- a/pygobject-dev/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/pygobject-dev/receipt Sun Apr 05 17:38:13 2020 +0100 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 }