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

Context Navigation

  • Back to Ticket #429

Ticket #429: libwebp-0.9.2-git.bep

File libwebp-0.9.2-git.bep, 467 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. GCC2 is crashing at build. Only for GCC4

Line 
1DESCRIPTION="libwep - WebP image format"
2HOMEPAGE="http://www.webmproject.org"
3SRC_URI="git+git://review.webmproject.org/libwebp.git"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7BUILD {
8        cd libwebp-0.9.2-git
9        libtoolize --force --copy --install
10        ./autogen.sh
11        ./configure --prefix=/boot/common
12        make
13}
14       
15INSTALL {
16        cd libwebp-0.9.2-git
17        make install
18}
19
20LICENSE="BSD (3-clause)"
21COPYRIGHT="2009-2010 Pascal Massimino"

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/