cmake: fix rundeps.
--HG-- extra : convert_revision : eef8b824631d5866bec6b547572a25bc13a33040
This commit is contained in:
parent
75b10e9c37
commit
d6e034ae84
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'cmake'
|
# Template file for 'cmake'
|
||||||
pkgname=cmake
|
pkgname=cmake
|
||||||
version=2.8.0
|
version=2.8.0
|
||||||
|
revision=1
|
||||||
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
|
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script=./bootstrap
|
configure_script=./bootstrap
|
||||||
|
@ -20,11 +21,12 @@ long_desc="
|
||||||
makefiles and workspaces that can be used in the compiler environment
|
makefiles and workspaces that can be used in the compiler environment
|
||||||
of your choice."
|
of your choice."
|
||||||
|
|
||||||
|
Add_dependency run libgcc
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run expat
|
Add_dependency run expat
|
||||||
Add_dependency run curl-libs
|
Add_dependency run curl-libs
|
||||||
Add_dependency run ncurses
|
Add_dependency run ncurses-libs
|
||||||
Add_dependency run libstdc++
|
Add_dependency run libstdc++
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
Add_dependency build expat-devel
|
Add_dependency build expat-devel
|
||||||
|
|
Loading…
Reference in a new issue