wok annotate libgnomeprintui/receipt @ rev 19238
Do not (re)build httpfs-static (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 26 13:27:44 2016 +0200 (2016-06-26) |
parents | 4904e3d374a9 |
children | 86790a278e70 |
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/" |
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 } |