blob: 5343ed526407219d2f9a728e21ec8eaed23c5185 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "A minimal PDF viewer based on gtk and poppler"
MAINTAINER = "Graeme Gregory <dp@xora.org.uk>"
HOMEPAGE = "http://www.emma-soft.com/projects/epdfview/"
LICENSE = "GPLv2"
DEPENDS = "poppler gtk+"
SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2"
inherit autotools
|