milis/talimatname/genel/c/cmake/talimat

22 lines
478 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Makefile üretmek için kullanılır ve platformdan ve derleyiciden bağımsız olmayı amaçlar.
# URL: http://www.cmake.org
# Paketçi: milisarge
# Gerekler: rhash libuv
# Grup: geliştirme
isim=cmake
surum=3.12.4
devir=1
kaynak=(http://www.cmake.org/files/v${surum%.*}/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./bootstrap --prefix=/usr \
--mandir=/share/man \
--system-libs \
--no-system-jsoncpp
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
}