updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libpftp / PKGBUILD
blobba5d895b1a570a507c64199426599f81ba657fe1
1 # Maintainer: Joao Cordeiro <jlcordeiro at gmail dot com>
2 # Contributor: Mathieu Gauthier <mathgl@freesurf.fr>
3 pkgname=libpftp
4 pkgver=0.6
5 pkgrel=1
6 pkgdesc="Ftp lib support for Implicit/Explicit SSL and TLS, FXP and multiple servers connected at the same time."
7 arch=('i686' 'x86_64')
8 url="http://pftp.sourceforge.net/"
9 license=('GPL-2')
10 depends=('openssl')
11 source=('http://prdownloads.sourceforge.net/pftp/libpftp-0.6.tar.gz')
12 md5sums=('903e0bd13db0c8b9ab6f57a8e0533b7e')
14 build(){
15         cd $srcdir/$pkgname-$pkgver
16         ./configure --prefix=/usr
17         make || return 1
18         make DESTDIR=$pkgdir install