wok annotate poppler/receipt @ rev 11501

mousepad: Fix BUILD_DEPENDS, DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Dec 22 00:00:21 2011 +0100 (2011-12-22)
parents 3dac7d2db9ac
children 2ef59f6bb8d1
rev   line source
pankso@27 1 # SliTaz package receipt.
pankso@27 2
pankso@27 3 PACKAGE="poppler"
gokhlayeh@11494 4 VERSION="0.18.2"
pankso@205 5 CATEGORY="office"
pankso@27 6 SHORT_DESC="Poppler is a PDF rendering library."
pankso@27 7 MAINTAINER="pankso@slitaz.org"
pankso@27 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@27 9 WEB_SITE="http://poppler.freedesktop.org/"
pankso@27 10 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
pankso@27 11
gokhlayeh@11494 12 DEPENDS="expat freetype glib jpeg xorg-libXdamage lcms \
gokhlayeh@11494 13 gcc-lib-base cairo poppler-data"
gokhlayeh@11494 14 BUILD_DEPENDS="$DEPENDS expat-dev pkg-config jpeg-dev \
gokhlayeh@11494 15 freetype-dev fontconfig-dev glib-dev lcms-dev zlib-dev \
gokhlayeh@11494 16 automake"
slaxemulator@10338 17
pankso@27 18 # Rules to configure and make the package.
pankso@27 19 compile_rules()
pankso@27 20 {
pankso@27 21 cd $src
gokhlayeh@11494 22 autoreconf -fi
pankso@725 23 ./configure \
slaxemulator@10338 24 --enable-zlib \
slaxemulator@10338 25 $CONFIGURE_ARGS &&
slaxemulator@10338 26 make && make install
pankso@27 27 }
pankso@27 28
pankso@27 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@27 30 genpkg_rules()
pankso@27 31 {
pankso@27 32 mkdir -p $fs/usr/lib
pankso@27 33 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
pankso@27 34 }