wok view poppler-data/receipt @ rev 17208
pcmanfm: fix build:add libfm-gtk
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 09 20:42:50 2014 +0200 (2014-10-09) |
parents | 927cc4981a1f |
children | 6135577f4d08 |
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 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
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 make datadir=/usr/share DESTDIR=$DESTDIR install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs
23 cp -a $install/usr $fs/
24 }