1 # Maintainer: Kaiting Chen <kaitocracy@gmail.com>
2 # Contributor: Roman Porizka <artee@beer.cz>
3 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
8 pkgdesc='Yet another ftp client for the console'
10 url='http://yafc.sf.net'
12 install='yafc.install'
14 md5sums=('d549d733276e63062c0ff8ea2baebc02')
15 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
18 cd "${srcdir}/${pkgname}-${pkgver}"
19 export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
20 sed -i -e '44s/_err//' -e '75d' 'lib/gssapi.c'
21 ./configure --prefix=/usr \
22 --infodir=/usr/share/info \
23 --mandir=/usr/share/man \
24 --with-readline-lib=/lib
25 make; make DESTDIR=$pkgdir install