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

Context Navigation

  • Back to Ticket #305

Ticket #305: libart_lgpl.bep

File libart_lgpl.bep, 577 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file

Line 
1DESCRIPTION="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."
2HOMEPAGE="http://git.gnome.org/browse/libart_lgpl/"
3SRC_URI="git clone git://git.gnome.org/libart_lgpl"
4REVISION="1"
5STATUS_R5="untested"
6STATUS_BONE="untested"
7STATUS_HAIKU="stable"
8DEPEND=""
9BUILD {
10        cd libart_lgpl
11         ./autogen.sh
12        ./configure --prefix=/boot/common
13        make
14}
15       
16INSTALL {
17        cd libart_lgpl
18        make install
19}

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/