summaryrefslogtreecommitdiff
path: root/psi-im/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <joberui@ei.upv.es>2007-05-15 02:33:56 +0200
committerJose V Beneyto <joberui@ei.upv.es>2007-05-15 02:33:56 +0200
commit399782589ba9621f2fa343785f05351b2fecbc4b (patch)
treedc231719a0fc668c2f021112c16792017a0c1d8f /psi-im/Pkgfile
parent6e23beccfb08257d38762ccc799a3621bacb743e (diff)
downloadcontrib-399782589ba9621f2fa343785f05351b2fecbc4b.tar.gz
contrib-399782589ba9621f2fa343785f05351b2fecbc4b.tar.xz
psi-im: Initial commit.
Diffstat (limited to 'psi-im/Pkgfile')
-rw-r--r--psi-im/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/psi-im/Pkgfile b/psi-im/Pkgfile
new file mode 100644
index 000000000..0ad4dddb3
--- /dev/null
+++ b/psi-im/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Psi is a GPLed instant messaging client for the Jabber (XMPP) protocol which uses the Qt toolkit.
+# URL: http://psi-im.org/
+# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
+# Packager: Jose V Beneyto, joberui at ei dot upv dot es
+# Depends on: qca
+
+name=psi-im
+version=0.10
+release=1
+source=(http://dl.sourceforge.net/sourceforge/psi/psi-${version}.tar.bz2)
+
+build() {
+ cd psi-${version}
+ ./configure --prefix=/usr \
+ --qtdir=/usr/share/qt
+ make
+ make INSTALL_ROOT=${PKG} install
+}

Generated by cgit