wok-next view libgnomeprintui/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 25deb7c6df08
children a3c581bf52b8
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="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$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="libgnomeprintui-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 gtk+ libart_lgpl libgnomecanvas \
34 libgnomeprint"
35 ;;
36 *-dev)
37 copy @dev
38 DEPENDS="libgnomeprintui libgnomecanvas-dev libgnomeprint-dev"
39 ;;
40 esac
41 }