mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Poppler_data: bump (#5399)
This commit is contained in:
42
app-text/poppler_data/poppler_data-0.4.10.recipe
Normal file
42
app-text/poppler_data/poppler_data-0.4.10.recipe
Normal file
@@ -0,0 +1,42 @@
|
||||
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="6e2fcef66ec8c44625f94292ccf8af9f1d918b410d5aa69c274ce67387967b30"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user