wok view poppler-data/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
parents
children b415119b4b86
line source
1 # SliTaz package receipt.
3 PACKAGE="poppler-data"
4 VERSION="0.2.1"
5 CATEGORY="office"
6 SHORT_DESC="Poppler encoding data."
7 MAINTAINER="rocky@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="poppler"
10 WEB_SITE="http://poppler.freedesktop.org/"
11 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make datadir=/usr/share DESTDIR=$PWD/_pkg install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs
24 cp -a $_pkg/usr $fs/
25 }