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

Context Navigation

  • Back to x11-libs/pango/1.28.1

x11-libs/pango/1.28.1: pango-1.28.1.bep

File pango-1.28.1.bep, 708 bytes (added by michaelvoliveira, 5 years ago)

Corrected the SVN .bep file. Added md5, copyright, license entries. updated build instructions. Pass in all tests. Dependency of Wesnorth

Line 
1DESCRIPTION="Pango is a library for laying out and rendering of text, with an emphasis on internationalization."
2HOMEPAGE="http://www.pango.org/"
3SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.1.tar.gz"
4CHECKSUM_MD5="8c0418a1400df7c4d08db5dbd3287d53"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="pkgconfig >= 0.23
8                dev-libs/glib >= 2.24.1
9                dev-libs/libxslt >= 1.1.26
10                dev-util/gtk-doc >= 1.15
11                gnome-base/gnome-common >= 2.28
12                media-libs/fontconfig >= 2.8.0
13            x11-libs/cairo >= 1.8.10"
14           
15BUILD {
16        cd pango-1.28.1
17        ./autogen.sh
18        ./configure --prefix=/boot/common
19        make
20}
21
22INSTALL {
23        cd pango-1.28.1
24        make install
25}
26
27LICENSE="GNU LGPL v2.1"
28COPYRIGHT="2002-2010 Owen Taylor"

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/