| 1 | DESCRIPTION="Libart is a library for high-performance 2D graphics. It is currently being used as the antialiased rendering engine for the Gnome Canvas. It is also the rendering engine for Gill, the Gnome Illustration app." |
|---|
| 2 | HOMEPAGE="http://git.gnome.org/browse/libart_lgpl/" |
|---|
| 3 | SRC_URI="git clone git://git.gnome.org/libart_lgpl" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_R5="untested" |
|---|
| 6 | STATUS_BONE="untested" |
|---|
| 7 | STATUS_HAIKU="stable" |
|---|
| 8 | DEPEND="" |
|---|
| 9 | BUILD { |
|---|
| 10 | cd libart_lgpl |
|---|
| 11 | ./autogen.sh |
|---|
| 12 | ./configure --prefix=/boot/common |
|---|
| 13 | make |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | INSTALL { |
|---|
| 17 | cd libart_lgpl |
|---|
| 18 | make install |
|---|
| 19 | } |
|---|