1 # Maintainer: Stefan Wilkens <stefanwilkens@gmail.com>
2 # Contributor: Sven Schulz <omee@archlinux.de>
3 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
8 pkgdesc="bareFTP a file transfer client supporting the FTP, FTPS and SFTP protocols"
10 url="http://www.bareftp.org/"
12 depends=('gnome-sharp>=2' 'gnome-icon-theme' 'gnome-keyring-sharp' 'mono>=2')
13 makedepends=('intltool>=0.35' 'pkgconfig>=0.9')
14 install=$pkgname.install
15 source=(http://www.bareftp.org/release/$pkgname-$pkgver.tar.gz)
16 md5sums=('cd41a4ed4082f60875a1720cfc1e4db2')
19 cd $startdir/src/$pkgname-$pkgver
20 export MONO_SHARED_DIR=$(pwd)
22 ./configure --prefix=/usr \
26 make DESTDIR=$startdir/pkg install