summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-08 09:45:46 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-08 09:45:46 +0200
commit0fff589df894e97888b296a5df760f07c4cd6d1a (patch)
tree164551b6a72b8a5832114b9268468dd7f5483ac7 /test
parent2f0b4f1dbb0136d4c041ab0c35faf7546ccddf42 (diff)
downloadnutyx-pakxe-0fff589df894e97888b296a5df760f07c4cd6d1a.tar.gz
nutyx-pakxe-0fff589df894e97888b296a5df760f07c4cd6d1a.tar.bz2
nutyx-pakxe-0fff589df894e97888b296a5df760f07c4cd6d1a.tar.xz
nutyx-pakxe-0fff589df894e97888b296a5df760f07c4cd6d1a.zip
psi dans test
Diffstat (limited to 'test')
-rw-r--r--test/psi/.md5sum3
-rw-r--r--test/psi/Pkgfile20
2 files changed, 23 insertions, 0 deletions
diff --git a/test/psi/.md5sum b/test/psi/.md5sum
new file mode 100644
index 000000000..41017038f
--- /dev/null
+++ b/test/psi/.md5sum
@@ -0,0 +1,3 @@
+23e5c6ebad483e22e5f7d7daf6052679 psi-0.14.tar.gz
+d024849908910cc3ba36367e6c350481 psi_fr.qm
+d691f471dfdeb6b7dd427610f18518fd qt_fr.qm
diff --git a/test/psi/Pkgfile b/test/psi/Pkgfile
new file mode 100644
index 000000000..119f25fea
--- /dev/null
+++ b/test/psi/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Client jabber QT
+# URL: http://psi-im.org
+# Maintainer: NuTyX core team
+# Packager: charles dot rapenne at gmail dot com
+# Depends on: qt3-devel, qca
+name=psi
+version=0.14
+release=1
+source=(http://ovh.dl.sourceforge.net/project/psi/Psi/0.14/psi-0.14.tar.gz http://psi-im.org/download/lang/psi_fr.qm http://psi-im.org/download/lang/qt_fr.qm)
+build() {
+mkdir -p $PKG/usr/bin $PKG/usr/share/pixmaps $PKG/usr/share/psi/
+mv qt_fr.qm $PKG/usr/share/psi
+mv psi_fr.qm $PKG/usr/share/psi
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make INSTALL_ROOT=$PKG install
+ install -m 644 iconsets/system/default/logo_64.png $PKG/usr/share/pixmaps
+}
+