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

Context Navigation

  • Back to Ticket #210

Ticket #210: pixman-0.19.4.bep

File pixman-0.19.4.bep, 1.0 KB (added by michaelvoliveira, 5 years ago)

the lastest version, our previous ones is broken

Line 
1DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo"
2HOMEPAGE="http://cgit.freedesktop.org/pixman/"
3SRC_URI="http://xorg.freedesktop.org/archive/individual/lib/pixman-0.19.4.tar.bz2"
4CHECKSUM_MD5="dfbfbd46221246edd3be702ea65084aa"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8
9BUILD {
10        cd pixman-0.19.4
11        libtoolize --force --copy --install
12        autogen.sh
13        ./configure --prefix=/boot/common
14        make
15}
16
17INSTALL {
18        cd pixman-0.19.4
19        make install
20}
21
22LICENSE="MIT"
23COPYRIGHT="1987-1998  The Open Group
24                   1987-1989 Digital Equipment Corporation
25                   1999, 2004, 2008 Keith Packard
26                   2000 SuSE, Inc.
27                   2000 Keith Packard, member of The XFree86 Project, Inc.
28                   2004, 2005, 2007, 2008 Red Hat, Inc.
29                   2004 Nicholas Miell
30                   2005 Lars Knoll & Zack Rusin, Trolltech
31                   2005 Trolltech AS
32                   2007 Luca Barbato
33                   2008 Aaron Plattner, NVIDIA Corporation
34                   2008 Rodrigo Kumpera
35                   2008 André Tupinambá
36                   2008 Mozilla Corporation
37                   2008 Frederic Plourde
38                   2009-2010 Sun Microsystems, Inc."

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/