wok-next view libwnck2/receipt @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents 0e8dadf052b9
children 93930f418ffb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libwnck2"
4 VERSION="2.30.7"
5 CATEGORY="x-window"
6 SHORT_DESC="Window Navigator Construction Kit"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://developer.gnome.org/libwnck/"
11 TARBALL="libwnck-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/libwnck/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool startup-notification-dev xorg-libX11-dev gtk+-dev \
15 gobject-introspection-dev"
16 SPLIT="libwnck2-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 case $PACKAGE in
28 libwnck2)
29 copy @std
30 PROVIDE="libwnck"
31 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ \
32 libffi libharfbuzz liblzma libpng16 libxml2 pango pcre \
33 startup-notification util-linux-blkid util-linux-mount \
34 util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \
35 xorg-libXrender xorg-libxcb xorg-pixman xorg-xcb-util zlib"
36 ;;
37 *-dev)
38 copy @dev
39 PROVIDE="libwnck-dev"
40 DEPENDS="libwnck2 atk-dev bzip2-dev cairo-dev fontconfig-dev \
41 freetype-dev gdk-pixbuf-dev glib-dev gtk+-dev harfbuzz-dev \
42 libffi-dev libpng16-dev libxml2-dev pango-dev pcre-dev \
43 startup-notification-dev util-linux-blkid-dev util-linux-mount-dev \
44 util-linux-uuid-dev xorg-libX11-dev xorg-libXau-dev \
45 xorg-libXdmcp-dev xorg-libXext-dev xorg-libXrender-dev \
46 xorg-libxcb-dev xorg-pixman-dev xorg-xcb-util-dev xz-dev zlib-dev"
47 ;;
48 esac
49 }