wok annotate libgnomeprintui/receipt @ rev 21087

updated jsoncpp (0.10.2 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Mar 15 15:55:06 2019 +0100 (2019-03-15)
parents d3eb5f4b53ea
children 6831608a1b2a
rev   line source
pankso@37 1 # SliTaz package receipt.
pankso@37 2
pankso@37 3 PACKAGE="libgnomeprintui"
slaxemulator@10211 4 VERSION="2.18.6"
pankso@209 5 CATEGORY="x-window"
pankso@37 6 SHORT_DESC="GNOME print user interface library"
pankso@37 7 MAINTAINER="pankso@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
pankso@37 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20421 10 WEB_SITE="https://www.gnome.org/"
pascal@17869 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
pankso@37 12
pankso@9770 13 DEPENDS="gtk+ libgnomeprint libgnomecanvas libart_lgpl"
pankso@9770 14 BUILD_DEPENDS="pkg-config gnome-icon-theme flex libgnomeprint-dev \
gokhlayeh@11437 15 libgnomecanvas-dev libart_lgpl-dev intltool"
pankso@9770 16
pankso@37 17 # Rules to configure and make the package.
pankso@37 18 compile_rules()
pankso@37 19 {
pankso@37 20 ./configure \
slaxemulator@10211 21 --with-html-dir=/usr/share/doc \
slaxemulator@10211 22 $CONFIGURE_ARGS &&
pankso@9770 23 make && make install
pankso@37 24 }
pankso@37 25
pankso@37 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@37 27 genpkg_rules()
pankso@37 28 {
pankso@9770 29 mkdir -p $fs/usr/lib $fs/usr/share
pascal@14714 30 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@14714 31 cp -a $install/usr/share/$PACKAGE $fs/usr/share
pankso@37 32 }