wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/poppler-data/receipt	Thu Apr 29 14:42:30 2010 -0400
     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 +}