wok annotate libgnomeprintui/receipt @ rev 17492

syslinux/iso2exe: check ISO md5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 03 21:41:48 2015 +0100 (2015-01-03)
parents 11f1e3ba9ba2
children d3eb5f4b53ea
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"
pankso@37 10 WEB_SITE="http://www.gnome.org/"
pankso@37 11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$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 cd $src
pankso@37 21 ./configure \
slaxemulator@10211 22 --with-html-dir=/usr/share/doc \
slaxemulator@10211 23 $CONFIGURE_ARGS &&
pankso@9770 24 make && make install
pankso@37 25 }
pankso@37 26
pankso@37 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@37 28 genpkg_rules()
pankso@37 29 {
pankso@9770 30 mkdir -p $fs/usr/lib $fs/usr/share
pascal@14714 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@14714 32 cp -a $install/usr/share/$PACKAGE $fs/usr/share
pankso@37 33 }