1
0
forked from ports/opt

Adopted centericq.

This commit is contained in:
Simon Gloner 2005-12-20 17:17:53 +00:00
parent f398087cf9
commit ee0e68c624
3 changed files with 50 additions and 0 deletions

16
centericq/.footprint Normal file
View File

@ -0,0 +1,16 @@
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

1
centericq/.md5sum Normal file
View File

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

33
centericq/Pkgfile Normal file
View File

@ -0,0 +1,33 @@
# Description: Console IM client with ICQ, Yahoo, MSN, AIM, Jabber support
# URL: http://thekonst.net/centericq/
# Maintainer: Simon Gloßner, glossner at hometux dot de
# Packager: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: curl, ncurses
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}
}