1
0
forked from ports/contrib

gajim: new port

This commit is contained in:
Mikhail Kolesnik 2008-12-21 17:03:39 +02:00
parent 7ec73e072f
commit 9d992c8584
3 changed files with 1328 additions and 0 deletions

1302
gajim/.footprint Normal file

File diff suppressed because it is too large Load Diff

2
gajim/.md5sum Normal file
View File

@ -0,0 +1,2 @@
6e8b2ed004377071f2da3a9f6542f89b gajim-0.12.1.tar.bz2
f8d433a299b4573a159ac0fbb5d80b78 servers.xml

24
gajim/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: A Jabber Instant Messenger
# URL: http://www.gajim.org
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Artur Tulyulya, artur at idt dot org dot ua
# Depends on: pygtk pyopenssl pycrypto libasyncns-python
# Nice to have: gtkspell dbus-python gnome-python-extras bind docutils libxss notify-python
# you'll want nslookup (from bind) OR libasyncns-python
name=gajim
version=0.12.1
release=1
source=(http://www.gajim.org/downloads/$name-$version.tar.bz2 \
http://jabber.org/servers.xml)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--mandir=/usr/man
make
make DESTDIR=$PKG install
install -m 0644 $SRC/servers.xml $PKG/usr/share/gajim/data/other/servers.xml
rm -rf $PKG/usr/share/doc
}