### this file is sourced not run
PKGVER=1.8.0
PKGBUILD=1
PKGARCH=i686

# source: james
TARBALL=libssh2-$PKGVER.tar.gz
MD5SUM=3d1147cae66e2959ea5441b183de1b1c
SRC_URL=http://www.libssh2.org/download/$TARBALL
BUNDLE=

SLACKREQ='openssl32'
SLACKDESC="libssh2_32: libssh2_32 $PKGVER (client-side SSH2 protocol library)  
libssh2_32:  
libssh2_32: libssh2 is a client-side C library implementing the SSH2 protocol  
libssh2_32: 
libssh2_32: This is the 32-bit version of the library.
libssh2_32: 
libssh2_32: 
libssh2_32: 
libssh2_32: 
libssh2_32: 
libssh2_32:
"

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}


