wok-current diff poppler-data/receipt @ rev 3828
Add: python-dateutil (1.4.1)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Thu Aug 06 18:21:03 2009 +0000 (2009-08-06) |
parents | |
children | b415119b4b86 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/poppler-data/receipt Thu Aug 06 18:21:03 2009 +0000 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="poppler-data" 1.7 +VERSION="0.2.1" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="Poppler encoding data." 1.10 +MAINTAINER="rocky@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +DEPENDS="poppler" 1.13 +WEB_SITE="http://poppler.freedesktop.org/" 1.14 +WGET_URL="http://poppler.freedesktop.org/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + make datadir=/usr/share DESTDIR=$PWD/_pkg install 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs 1.27 + cp -a $_pkg/usr $fs/ 1.28 +}