cmake-guncellendi

This commit is contained in:
milisbir 2018-11-16 22:00:10 +02:00
parent ad2f3834f6
commit e626887c66
1 changed files with 10 additions and 10 deletions

View File

@ -1,21 +1,21 @@
# 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:
# Gerekler: rhash libuv
# Grup: geliştirme
isim=cmake
surum=3.4.3
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 \
--docdir=/share/doc/cmake-$surum
make
make DESTDIR=$PKG install
cd $isim-$surum
./bootstrap --prefix=/usr \
--mandir=/share/man \
--system-libs \
--no-system-jsoncpp
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
}