wok-next view libgnomeprintui/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgnomeprintui"
4 VERSION="2.18.6"
5 CATEGORY="x-window"
6 SHORT_DESC="GNOME print user interface library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gnome-icon-theme flex libgnomeprint-dev \
15 libxinerama-dev libxrandr-dev libxcursor-dev \
16 libxcomposite-dev libxdamage-dev \
17 libgnomecanvas-dev libart_lgpl-dev intltool"
18 SPLIT="$PACKAGE-dev"
20 compile_rules() {
21 ./configure \
22 --with-html-dir=/usr/share/doc \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 libgnomeprintui)
32 copy @std
33 DEPENDS="atk gdk-pixbuf glib gtk2 libart_lgpl libgnomecanvas \
34 libgnomeprint"
35 ;;
36 *-dev)
37 copy @dev
38 DEPENDS="libgnomeprintui libgnomecanvas-dev libgnomeprint-dev"
39 ;;
40 esac
41 }