Ticket #305: libart_lgpl-2.3.21.bep
| File libart_lgpl-2.3.21.bep, 466 bytes (added by michaelvoliveira, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | DESCRIPTION="Libart is a library for high-performance 2D graphics" |
| 2 | HOMEPAGE="http://www.levien.com/libart/" |
| 3 | SRC_URI="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.gz" |
| 4 | REVISION="1" |
| 5 | STATUS_HAIKU="stable" |
| 6 | DEPEND="" |
| 7 | |
| 8 | BUILD { |
| 9 | cd libart_lgpl-2.3.21 |
| 10 | libtoolize --force --copy --install |
| 11 | autoreconf -i |
| 12 | ./configure --prefix=/boot/common |
| 13 | make |
| 14 | } |
| 15 | |
| 16 | INSTALL { |
| 17 | cd libart_lgpl-2.3.21 |
| 18 | make install |
| 19 | } |
