Initial .bep for documentviewer, bep from GCI2012 student Piotr.

This commit is contained in:
Scott McCreary
2012-12-07 19:38:37 +00:00
parent 48e743afe0
commit 89d8441c9c

View File

@@ -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"