updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / stftp / PKGBUILD
blob3b2bb68bccbdb1136bd49146150e54c8aa201b09
1 # Author: Andrew Boktor <andrew.boktor@gmail.com>
3 pkgname=stftp
4 pkgver=1.1.0
5 pkgrel=2
6 pkgdesc="A \"simple\" terminal FTP client, using ncurses. It aims to be more user friendly than other interactive terminal clients by presenting a fullscreen representation of the remote directory."
7 arch=('i686' 'x86_64')
8 url="http://stftp.sourceforge.net/"
9 license=('GPL2')
10 depends=('ncurses')
11 source=(http://downloads.sourceforge.net/project/stftp/stftp/stftp-1.1.0/$pkgname-$pkgver.tar.gz)
12 md5sums=('3a4202e7eb71f204e9982c93fca3030a')
14 build() {
15         cd "$srcdir/$pkgname-$pkgver"
16         make || return 1
17         install -Dm 755 stftp "$pkgdir/usr/bin/stftp"