1
0
forked from ports/opt

centericq: moved to attic

This commit is contained in:
Jukka Heino 2005-12-13 10:47:36 +00:00
parent 39974a793b
commit 978d267505
3 changed files with 0 additions and 48 deletions

View File

@ -1,16 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/centericq
-rwxr-xr-x root/root usr/bin/cicqconv
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/centericq.1.gz
-rw-r--r-- root/root usr/man/man1/cicqconv.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/centericq/
-rw-r--r-- root/root usr/share/centericq/email.wav
-rw-r--r-- root/root usr/share/centericq/msg.wav
-rw-r--r-- root/root usr/share/centericq/offline.wav
-rw-r--r-- root/root usr/share/centericq/online.wav
-rw-r--r-- root/root usr/share/centericq/sms.wav
-rw-r--r-- root/root usr/share/centericq/url.wav

View File

@ -1 +0,0 @@
82e426f2b4f6f2ab799c28807f36ade6 centericq-4.21.0.tar.bz2

View File

@ -1,31 +0,0 @@
# Description: Console IM client with ICQ, Yahoo, MSN, AIM, Jabber support
# URL: http://thekonst.net/centericq/
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
# Packager: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: curl
name=centericq
version=4.21.0
release=1
source=(http://thekonst.net/download/$name-$version.tar.bz2)
build() {
cd $name-$version
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 ;
do
cd $dir
autoconf
cd ..
done
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
install -m 644 centericq.1 $PKG/usr/man/man1
rm -rf $PKG/usr/include
rm $PKG/usr/{bin/cicqsync,man/man1/cicqsync.1}
}