HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to media-libs/fitz/1.0/1

media-libs/fitz/1.0/1: fitz-1.0.bep

File fitz-1.0.bep, 1.1 KB (added by cipri, 3 years ago)
Line 
1DESCRIPTION="Fitz is a library that is part of MuPDF. The renderer in MuPDF is tailored for high quality anti-aliased graphics. It renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on screen."
2HOMEPAGE="http://code.google.com/p/mupdf/"
3SRC_URI="http://mupdf.googlecode.com/files/mupdf-1.0-source.tar.gz"
4CHECKSUM_MD5="d986ab98e2b035b7abd61afc474562b3"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="jbig2dec >= 0.11 openjpeg >= 1.5.0 jpeg z freetype"
8MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
9BUILD {
10        cd mupdf-1.0-source
11        make libs
12}
13
14INSTALL {
15        cd mupdf-1.0-source
16        make install \
17                prefix=${DESTDIR}/`finddir B_COMMON_DIRECTORY` \
18                bindir=${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY` \
19                libdir=${DESTDIR}/`finddir B_COMMON_LIB_DIRECTORY` \
20                incdir=${DESTDIR}/`finddir B_COMMON_HEADERS_DIRECTORY` \
21                mandir=${DESTDIR}/`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
22}
23
24LICENSE="GNU GPL v3"
25COPYRIGHT="Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/