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

Context Navigation

  • Back to Ticket #374

Ticket #374: giflib-4.1.6.bep

File giflib-4.1.6.bep, 547 bytes (added by michaelvoliveira, 5 years ago)

Builds fine with gcc2 and gcc4. Tested with Haikuporter

Line 
1DESCRIPTION="giflib - A library for processing GIFs"
2HOMEPAGE="http://sourceforge.net/projects/giflib/"
3SRC_URI="http://sourceforge.net/projects/giflib/files/giflib%204.x/giflib-4.1.6/giflib-4.1.6.tar.bz2/download"
4CHECKSUM_MD5="7125644155ae6ad33dbc9fc15a14735f"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8
9BUILD {
10        cd giflib-4.1.6
11        libtoolize --force --copy --install
12        ./autogen.sh
13        ./configure --prefix=/boot/common
14        make
15}
16
17INSTALL {
18        cd giflib-4.1.6
19        make install
20}
21
22LICENSE="MIT"
23COPYRIGHT="1997-2007 Eric S. Raymond and Toshio Kuratomi"

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/