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

Context Navigation

  • Back to Ticket #697

Ticket #697: zlib-1.2.7.bep

File zlib-1.2.7.bep, 488 bytes (added by nicholas, 2 years ago)
Line 
1DESCRIPTION="zlib"
2HOMEPAGE="http://www.zlib.net/"
3SRC_URI="http://zlib.net/zlib-1.2.7.tar.gz"
4CHECKSUM_MD5="60df6a37c56e7c1366cca812414f7b85"
5REVISION="2"
6STATUS_HAIKU="stable"
7DEPEND="cmake >= 2.8.5"
8BUILD {
9        cd zlib-1.2.7
10        sed -i 's/share\/man/documentation\/man/' CMakeLists.txt
11        sed -i 's/share\/pkgconfig/lib\/pkgconfig/' CMakeLists.txt     
12        cmake .
13        make
14}
15
16INSTALL {
17        cd zlib-1.2.7
18        make install
19}
20LICENSE="Zlib"
21COPYRIGHT="Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler"

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/