libssh.paketlendi

This commit is contained in:
milisarge 2017-06-28 18:29:38 +03:00
parent 5f3dc3870d
commit ee897b362b
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ source=( https://git.libssh.org/projects/libssh.git/snapshot/$name-$version.tar.
build() {
cd $SRC/
cmake $name-$version/
-DCMAKE_INSTALL_PREFIX=/usr \
cmake $name-$version/ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install