SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "poppler-data"

# SliTaz package receipt.

PACKAGE="poppler-data"
VERSION="0.4.11"
CATEGORY="office"
SHORT_DESC="Poppler encoding data."
MAINTAINER="rocky@slitaz.org"
LICENSE="MIT"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://poppler.freedesktop.org/"
WGET_URL="https://poppler.freedesktop.org/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    make datadir=/usr/share DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs
    cp -a $install/usr $fs/
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)