From 89d8441c9c40c33337e6409c9bcebf4903f88310 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 7 Dec 2012 19:38:37 +0000 Subject: [PATCH] Initial .bep for documentviewer, bep from GCI2012 student Piotr. --- .../documentviewer/documentviewer-0.3.2.bep | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 haiku-apps/documentviewer/documentviewer-0.3.2.bep diff --git a/haiku-apps/documentviewer/documentviewer-0.3.2.bep b/haiku-apps/documentviewer/documentviewer-0.3.2.bep new file mode 100644 index 000000000..510b358a2 --- /dev/null +++ b/haiku-apps/documentviewer/documentviewer-0.3.2.bep @@ -0,0 +1,23 @@ +DESCRIPTION="DocumentViewer is a Viewer supporting PDF and DJVU Files." +HOMEPAGE="http://haiku.bplaced.net/" +SRC_URI="http://haiku.bplaced.net/DocumentViewer/sources/documentviewer-0.3.2.zip" +CHECKSUM_MD5="1fddc4292ecb14f343eb18b0bf723b13" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="media-libs/fitz >= 1.0 + media-libs/djvulibre >= 3.5.25" +MESSAGE="This port only builds with gcc4." + +BUILD { + cd documentviewer-0.3.2 + jam +} + +INSTALL { + cd documentviewer-0.3.2 + mkdir -p ${DESTDIR}/`finddir B_APPS_DIRECTORY`/DocumentViewer + cp application/DocumentViewer ${DESTDIR}/`finddir B_APPS_DIRECTORY`/DocumentViewer +} + +LICENSE="MIT" +COPYRIGHT="2010-2012 Haiku, Inc"