blob: 3ff6db73976823ab4e7d399dbf7e274f088dab23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
SECTION = "x11/applications"
DEPENDS = "poppler gtk+"
PR="r1"
SRC_URI = "http://www.emma-soft.com/projects/epdfview/chrome/site/releases/epdfview-${PV}.tar.bz2"
inherit autotools
do_compile_append () {
sed -i 's|\$.*prefix./|/usr/|' data/epdfview.desktop
}
|