mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1600 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
295 B
BlitzBasic
17 lines
295 B
BlitzBasic
DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
|
|
LICENSE = "Adobe"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
|
|
|
|
do_compile() {
|
|
}
|
|
|
|
do_install() {
|
|
oe_runmake install DESTDIR=${D}
|
|
}
|
|
|
|
FILES_${PN} += "${datadir}"
|
|
PACKAGE_ARCH = "all"
|
|
|