Dieter Plaetinck schrieb:
On Sat, 25 Jul 2009 13:26:11 +0200
Stefan Husmann <[email protected]> wrote:

Hello,

did you remove the src dir before recompiling?

I used the following PKGBUILD under x86_64.

# Contributor: Roman Porizka <[email protected]>
pkgname=yafc
pkgver=1.1.1
pkgrel=1
pkgdesc="yet another ftp client"
arch=('i686' 'x86_64')
url="http://yafc.sf.net";
license=('GPL')
depends=('readline')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('d549d733276e63062c0ff8ea2baebc02' 'bde3d77c32c39c918bfa0f288b27c6ef')

build() {
   cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr --without-krb5 --without-readline || return 1
   make || return 1
   make DESTDIR=$pkgdir install || return 1
}


I guess not. didn't know that was needed.
just too bad we don't have readline anymore now.  Guess we'll have to wait 
until upstream makes it work with the new readline.

Thanks for the help

Dieter


The PKGBUILD needs some adjustments regarding proper manpage and info file handling. I will post a better one to AUR. Also support for kerberos 5 can be given using a small patch.

Stefan

Reply via email to