summaryrefslogtreecommitdiffstats
path: root/libssh2/Pkgfile
blob: 500ba0e9872dfa6e07d1821a087cd92fcc13450a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Librairie permettant l'usage de ssh2 dans des client à travers la librairie C
# URL: http://www.libssh.org/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: cmake,openssl
# Run on: openssl

name=libssh2
version=1.3.0
release=1
source=(http://www.libssh2.org/download/$name-$version.tar.gz{,.asc})

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}