* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,25 @@
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"