wok view libwnck3/receipt @ rev 19601

Up: menu-cache (1.0.2)
author Alexander Medvedev <devl547@gmail.com>
date Mon Jan 02 18:32:13 2017 +0000 (2017-01-02)
parents
children 11b336b5763f
line source
1 # SliTaz package receipt.
3 PACKAGE="libwnck3"
4 VERSION="3.14.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Window Navigator Construction Kit (GTK+3)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://www.gnome.org/"
11 WGET_URL="$GNOME_MIRROR/libwnck/${VERSION%.*}/libwnck-$VERSION.tar.xz"
13 DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \
14 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
15 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
16 BUILD_DEPENDS="startup-notification-dev gtk+3-dev gobject-introspection-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$install install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
34 }