wok-4.x diff pygobject-dev/receipt @ rev 5844
xfce4-panel: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 16 13:32:21 2010 +0200 (2010-07-16) |
parents | e6114fcaafb8 |
children | abe84aa3f283 |
line diff
1.1 --- a/pygobject-dev/receipt Thu Sep 25 08:02:56 2008 +0000 1.2 +++ b/pygobject-dev/receipt Fri Jul 16 13:32:21 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pygobject-dev" 1.7 -VERSION="2.14.1" 1.8 +VERSION="2.20.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python bindings for the GObject library dev files." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -14,9 +14,11 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib $fs/usr/share 1.16 + cp -a $_pkg/usr/bin $fs/usr 1.17 cp -a $_pkg/usr/include $fs/usr 1.18 cp -a $_pkg/usr/share/pygobject $fs/usr/share 1.19 cp -a $_pkg/usr/share/gtk-doc $fs/usr/share 1.20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.21 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 } 1.23