wok-next view libgnomeprintui/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 5669e8b3be70
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 xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXcursor-dev \
16 xorg-libXcomposite-dev xorg-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 }