wok-next view libgnomeprintui/receipt @ rev 19831

libgnomeprintui, qtractor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 05 11:57:59 2017 +0200 (2017-08-05)
parents d3eb5f4b53ea
children 16a417e1e89d
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnomeprintui"
4 VERSION="2.18.6"
5 CATEGORY="x-window"
6 SHORT_DESC="GNOME print user interface library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.gnome.org/"
11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="gtk+ libgnomeprint libgnomecanvas libart_lgpl"
14 BUILD_DEPENDS="pkg-config 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"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --with-html-dir=/usr/share/doc \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib $fs/usr/share
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 cp -a $install/usr/share/$PACKAGE $fs/usr/share
34 }