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

Context Navigation

  • Back to Ticket #289

Ticket #289: devil-1.7.8.bep

File devil-1.7.8.bep, 582 bytes (added by michaelvoliveira, 5 years ago)

Tested with GCC2 AND GCC4! Builds fine! No more broken!

Line 
1DESCRIPTION="DevIL image library"
2HOMEPAGE="http://openil.sourceforge.net/"
3SRC_URI="http://www.bedrivers.com/DevIL-1.7.8.tar.gz"
4REVISION="1"
5CHECKSUM_MD5="7918f215524589435e5ec2e8736d5e1d"
6STATUS_HAIKU="stable"
7DEPEND="pkg-config >= 0.23
8                media-libs/jasper >= 1.900.1
9                media-libs/lcms >= 1.18a
10                media-libs/libmng >= 1.0.10
11                media-libs/openexr >= 1.6.1"
12               
13BUILD {
14        cd devil-1.7.8
15        libtoolize --force --copy --install
16        autoreconf -i
17        ./configure --prefix=/boot/common
18        make
19}
20
21INSTALL {
22        cd  devil-1.7.8
23        make install
24}
25
26LICENSE="GNU LGPL v2.1"
27COPYRIGHT="2009 Denton Woods"

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/