centericq: fixed the autoconf problems; thanks to Tilman!

This commit is contained in:
Simon Gloner 2006-08-22 15:41:28 +00:00
parent 828e582c9d
commit e946f4259e

View File

@ -6,7 +6,7 @@
name=centericq
version=4.21.0
release=2
release=3
source=(http://thekonst.net/download/$name-$version.tar.bz2)
build() {
@ -15,12 +15,20 @@ build() {
for dir in \
connwrap-0.1 firetalk-0.1 kkconsui-0.1 \
kkstrtext-0.1 kksystr-0.1 libgadu-0.1 \
libicq2000-0.1 libjabber-0.1 libmsn-0.1 libyahoo2-0.1
libjabber-0.1 libyahoo2-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