Merge pull request #73 from ertugerata/master

cmake v.bump, fix builddep
This commit is contained in:
Ertuğrul Erata
2015-07-28 14:45:49 +03:00
+9 -1
View File
@@ -12,13 +12,14 @@
<IsA>app:console</IsA>
<Summary>Cross-platform, open-source make system</Summary>
<Description>CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.</Description>
<Archive sha1sum="d22be01828508027617494c8b59d5999d4c1490e" type="targz">http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz</Archive>
<Archive sha1sum="6b2982b52e0015451441733fb4adbc5192181770" type="tar">http://www.cmake.org/files/v3.2/cmake-3.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>curl-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>libarchive-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>xz-devel</Dependency>
</BuildDependencies>
</Source>
@@ -42,6 +43,13 @@
</Package>
<History>
<Update release="15">
<Date>2015-07-28</Date>
<Version>3.2.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="14">
<Date>2015-04-17</Date>
<Version>3.2.2</Version>