wok-next view libwnck3/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libwnck3"
4 VERSION="3.24.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Window Navigator Construction Kit (GTK+3)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2"
9 WEB_SITE="https://developer.gnome.org/libwnck/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/libwnck.html"
12 TARBALL="libwnck-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/libwnck/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="gettext-dev startup-notification-dev libx11-dev gtk3-dev \
16 libxres-dev gtk-doc xcb-util-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libwnck3)
29 copy @std
30 DEPENDS="atk libcairo gdk-pixbuf glib gtk3 pango \
31 startup-notification libx11 libxrender libxres"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="libwnck3 cairo-dev glib-dev gtk3-dev pango-dev \
36 startup-notification-dev libx11-dev libxres-dev"
37 ;;
38 esac
39 }