depends=('lineakd>=0.8'

Where is that installed from? That will need to have been "slain" too.



Pierre Schmitz wrote:

Hello,

I have tried to compile lineak_kdeplugins and klineakconfig. Both fail because there is no libfam.la. I am sure this has something to do with the "Libtool has been slain". Any ideas how to resolve this?
Here is the PKGBUILD:
--------------------------------------------------------------------------------------------------------
pkgname=lineak_kdeplugins
pkgver=0.8.3
pkgrel=1
pkgdesc="KDE plugin for LinEAK"
url="http://lineak.sourceforge.net/";
license="GPL"
depends=('lineakd>=0.8')
source=(http://dl.sourceforge.net/sourceforge/lineak/$pkgname-$pkgver.tar.gz)

build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
 find $startdir/pkg -name '*\.la' -exec rm {} \;
}
--------------------------------------------------------------------------------------------------------


_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to