summaryrefslogtreecommitdiffstats
path: root/extra/gajim/Pkgfile
diff options
context:
space:
mode:
authorlukc <lukc@nutyx.(none)>2009-12-27 00:15:52 +0100
committerlukc <lukc@nutyx.(none)>2009-12-27 00:15:52 +0100
commit612e61e5eade1157df8d3d315f357300ad94e802 (patch)
tree35f6fd856db7b52ec6b7a9b1444cb743e8fe33a0 /extra/gajim/Pkgfile
parent95b1d9113b68ae5d55f09d76664449b948cd93c2 (diff)
downloadnutyx-extra-612e61e5eade1157df8d3d315f357300ad94e802.tar.gz
nutyx-extra-612e61e5eade1157df8d3d315f357300ad94e802.tar.bz2
nutyx-extra-612e61e5eade1157df8d3d315f357300ad94e802.tar.xz
nutyx-extra-612e61e5eade1157df8d3d315f357300ad94e802.zip
Paquet de gajim 0.13.1 ajouté.
Diffstat (limited to 'extra/gajim/Pkgfile')
-rw-r--r--extra/gajim/Pkgfile15
1 files changed, 6 insertions, 9 deletions
diff --git a/extra/gajim/Pkgfile b/extra/gajim/Pkgfile
index 696f775cd..a865c53f3 100644
--- a/extra/gajim/Pkgfile
+++ b/extra/gajim/Pkgfile
@@ -1,20 +1,17 @@
-# Description: Client messagerie instantanée jabber
+# Description: Client de messagerie instantanée Jabber
# URL: http://www.gajim.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
+# Maintainer: L'équipe de Gajim
+# Packager: Lukc (xmpp:lukc@jabber.org)
# Depends on: libglade, pygtk, pysqlite, gtkspell, desktop-file-utils, pyopenssl, dbus-python
name=gajim
-version=0.12.1
+version=0.13.1
release=1
-source=(http://www.gajim.org/downloads/$name-$version.tar.bz2\
- gajim.desktop)
+source=(http://www.gajim.org/downloads/0.13/$name-$version.tar.bz2)
-build() {
+build(){
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
- install -D -m644 ../gajim.desktop \
- $PKG/usr/share/ede/programs/Internet/gajim.desktop
}