From 727705964cac67adcb54ced04294bc05328ed049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=DFner?= Date: Sat, 18 Nov 2006 14:36:18 +0100 Subject: [PATCH] centericq: removed autoconf crap --- centericq/Pkgfile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/centericq/Pkgfile b/centericq/Pkgfile index 9166ab9a7..5bb8a7231 100644 --- a/centericq/Pkgfile +++ b/centericq/Pkgfile @@ -6,7 +6,7 @@ name=centericq version=4.21.0 -release=3 +release=4 source=(http://thekonst.net/download/$name-$version.tar.bz2) build() { @@ -15,21 +15,14 @@ build() { for dir in \ connwrap-0.1 firetalk-0.1 kkconsui-0.1 \ kkstrtext-0.1 kksystr-0.1 libgadu-0.1 \ - libjabber-0.1 libyahoo2-0.1 + libjabber-0.1 libyahoo2-0.1 libicq2000-0.1 \ + libmsn-0.1 do cd $dir autoconf cd .. done - for dir in \ - libicq2000-0.1 libmsn-0.1 - do - cd $dir - autoreconf --install --force - cd .. - done - ./configure --prefix=/usr --disable-nls --mandir=/usr/man make make DESTDIR=$PKG install