wok-next view poppler-data/receipt @ rev 14745
wqy-bitmapfont: fix download path, add fontconfig rule.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jun 14 13:57:08 2013 +0000 (2013-06-14) |
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 }