wok diff libwnck/receipt @ rev 14771
gadmin-*: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 29 17:44:06 2013 +0200 (2013-06-29) |
parents | b1f2da41812a |
children | a00bf44ed23d |
line diff
1.1 --- a/libwnck/receipt Thu Apr 19 09:02:39 2012 +0000 1.2 +++ b/libwnck/receipt Sat Jun 29 17:44:06 2013 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="libwnck is Window Navigator Construction Kit." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WEB_SITE="http://www.gnome.org/" 1.10 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.11 + 1.12 DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \ 1.13 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 1.14 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 1.15 BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config gobject-introspection-dev" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://www.gnome.org/" 1.18 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -27,7 +29,7 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $_pkg/usr/bin $fs/usr 1.27 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.28 - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.29 + cp -a $install/usr/bin $fs/usr 1.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.31 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.32 }