| 1 | DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo" |
|---|
| 2 | HOMEPAGE="http://cgit.freedesktop.org/pixman/" |
|---|
| 3 | SRC_URI="http://xorg.freedesktop.org/archive/individual/lib/pixman-0.19.4.tar.bz2" |
|---|
| 4 | CHECKSUM_MD5="dfbfbd46221246edd3be702ea65084aa" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="" |
|---|
| 8 | |
|---|
| 9 | BUILD { |
|---|
| 10 | cd pixman-0.19.4 |
|---|
| 11 | libtoolize --force --copy --install |
|---|
| 12 | autogen.sh |
|---|
| 13 | ./configure --prefix=/boot/common |
|---|
| 14 | make |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | cd pixman-0.19.4 |
|---|
| 19 | make install |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | LICENSE="MIT" |
|---|
| 23 | COPYRIGHT="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." |
|---|