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

Context Navigation

  • Back to Ticket #614

Ticket #614: zlib-1.2.7.bep

File zlib-1.2.7.bep, 413 bytes (added by cipri, 3 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="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9        cd zlib-1.2.7
10        sed -i 's/share\/man/documentation\/man/' CMakeLists.txt
11        cmake .
12        make
13}
14
15INSTALL {
16        cd zlib-1.2.7
17        make install
18}
19LICENSE="Zlib"
20COPYRIGHT="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/