On Sat, 25 Jul 2009 13:26:11 +0200 Stefan Husmann <stefan-husmann@t-online.de> wrote:
Hello,
did you remove the src dir before recompiling?
I used the following PKGBUILD under x86_64.
# Contributor: Roman Porizka <artee@beer.cz> 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