0
0
Fork 0
haikuports/app-text/poppler_data/poppler_data-0.4.9.recipe

43 lines
916 B
Bash

SUMMARY="A PDF rendering library (datafiles)"
DESCRIPTION="Poppler is a PDF rendering library based on the xpdf-3.0 code \
base. This package consists of encoding files for use with poppler."
HOMEPAGE="https://poppler.freedesktop.org/"
COPYRIGHT="2002-2008 Albert Astals Cid
2005 Kristian Høgsberg
2001-2002 Derek Noonburg (xpdf)"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://poppler.freedesktop.org/poppler-data-$portVersion.tar.gz"
CHECKSUM_SHA256="1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012"
SOURCE_DIR="poppler-data-$portVersion"
ARCHITECTURES="any"
PROVIDES="
$portName = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:install
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:sed
"
BUILD()
{
true
}
INSTALL()
{
make datadir=$libDir pkgdatadir=$dataDir install
fixPkgconfig
}