Remove cmake from DEPEND list for zlib, fixed COPYRIGHT entry.

This commit is contained in:
Scott McCreary
2013-02-17 22:14:48 +00:00
parent 80acf1e65b
commit 4ecd65e9c4

View File

@@ -4,7 +4,7 @@ SRC_URI="http://zlib.net/zlib-1.2.7.tar.gz"
CHECKSUM_MD5="60df6a37c56e7c1366cca812414f7b85"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="cmake"
DEPEND=""
BUILD {
cd zlib-1.2.7
sed -i 's/share\/man/documentation\/man/' CMakeLists.txt
@@ -18,4 +18,4 @@ INSTALL {
make install
}
LICENSE="Zlib"
COPYRIGHT="Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler"
COPYRIGHT="1995-2005 Jean-loup Gailly and Mark Adler"