wok view poppler/receipt @ rev 9375

Up: gnumeric to 1.10.14.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 25 03:26:11 2011 +0000 (2011-03-25)
parents a9a016ca8872
children 6bc8c46ebc8b
line source
1 # SliTaz package receipt.
3 PACKAGE="poppler"
4 VERSION="0.14.5"
5 CATEGORY="office"
6 SHORT_DESC="Poppler is a PDF rendering library."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="expat freetype glib jpeg libxml2 xorg-libXdamage lcms \
9 gcc-lib-base gtk+ cairo"
10 BUILD_DEPENDS="pkg-config fontconfig-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://poppler.freedesktop.org/"
13 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --enable-zlib &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 }