wok diff libwnck3/receipt @ rev 19179
sc-im: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 10:10:15 2016 +0200 (2016-06-04) |
parents | |
children | 11b336b5763f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libwnck3/receipt Sat Jun 04 10:10:15 2016 +0200 1.3 @@ -0,0 +1,34 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libwnck3" 1.7 +VERSION="3.14.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Window Navigator Construction Kit (GTK+3)" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="LGPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 +WEB_SITE="http://www.gnome.org/" 1.14 +WGET_URL="$GNOME_MIRROR/libwnck/${VERSION%.*}/libwnck-$VERSION.tar.xz" 1.15 + 1.16 +DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \ 1.17 +xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 1.18 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 1.19 +BUILD_DEPENDS="startup-notification-dev gtk+3-dev gobject-introspection-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + ./configure \ 1.25 + $CONFIGURE_ARGS && 1.26 + make && 1.27 + make DESTDIR=$install install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr/lib 1.34 + cp -a $install/usr/bin $fs/usr 1.35 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.37 +}