wok-6.x view poppler-data/receipt @ rev 14694
python-elementary: Up to 1.7.0-3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:33 2013 +0200 (2013-06-06) |
parents | d99b8aa85966 |
children | 10e6c72b2c15 |
line source
1 # SliTaz package receipt.
3 PACKAGE="poppler-data"
4 VERSION="0.4.6"
5 CATEGORY="office"
6 SHORT_DESC="Poppler encoding data."
7 MAINTAINER="rocky@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://poppler.freedesktop.org/"
10 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 make datadir=/usr/share DESTDIR=$DESTDIR install
16 }
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs
22 cp -a $install/usr $fs/
23 }