centerim: dropped

This commit is contained in:
Thomas Penteker 2016-03-08 00:18:56 +01:00
parent df5894f428
commit 42658c5f57
3 changed files with 0 additions and 41 deletions

View File

@ -1,19 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/CenterIMLog2HTML.py
-rwxr-xr-x root/root usr/bin/centerim
-rwxr-xr-x root/root usr/bin/cimconv
-rwxr-xr-x root/root usr/bin/cimextracthistory.pl
-rwxr-xr-x root/root usr/bin/cimformathistory
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/centerim.1.gz
-rw-r--r-- root/root usr/man/man1/cimconv.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/centerim/
-rw-r--r-- root/root usr/share/centerim/email.wav
-rw-r--r-- root/root usr/share/centerim/msg.wav
-rw-r--r-- root/root usr/share/centerim/offline.wav
-rw-r--r-- root/root usr/share/centerim/online.wav
-rw-r--r-- root/root usr/share/centerim/sms.wav
-rw-r--r-- root/root usr/share/centerim/url.wav

View File

@ -1 +0,0 @@
7565c3c8cac98a4e2d8524076a44676f centerim-4.22.10.tar.gz

View File

@ -1,21 +0,0 @@
# Description: Console IM client
# URL: http://www.centerim.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simon Glossner, viper at hometux dot de
# Depends on: ncurses
name=centerim
version=4.22.10
release=1
source=(http://www.centerim.org/download/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
}