summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD23
-rw-r--r--xlite.desktop9
3 files changed, 48 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..95f2f9da90fc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = xlite_bin
+ pkgdesc = a multiplatform fully functioning softphone (binary only)
+ pkgver = 2.0
+ pkgrel = 4
+ url = http://www.counterpath.net/x-lite
+ arch = i686
+ license = custom
+ depends = libstdc++5
+ depends = libglade
+ source = http://gentoo.mirrors.pair.com/distfiles/X-Lite_Install.tar.gz
+ source = xlite.desktop
+ md5sums = 6041fa4b2c553407373e6020c55da4ae
+ md5sums = de98459edd82d90dcb40ccc62a47c6b5
+
+pkgname = xlite_bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..903657e53e92
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: jose1711 <jose1711@gmail.com>
+
+pkgname=xlite_bin
+pkgver=2.0
+pkgrel=4
+pkgdesc="a multiplatform fully functioning softphone (binary only)"
+arch=('i686')
+url="http://www.counterpath.net/x-lite"
+license=('custom')
+source=("http://gentoo.mirrors.pair.com/distfiles/X-Lite_Install.tar.gz" "xlite.desktop")
+md5sums=('6041fa4b2c553407373e6020c55da4ae' 'de98459edd82d90dcb40ccc62a47c6b5')
+depends=('libstdc++5' 'libglade')
+
+build() {
+true
+}
+
+package() {
+ cd $srcdir/xten-xlite
+ install -D -m 755 xtensoftphone $pkgdir/usr/bin/xtensoftphone
+ install -D -m 644 ../xlite.desktop \
+ $pkgdir/usr/share/applications/xlite.desktop
+ }
diff --git a/xlite.desktop b/xlite.desktop
new file mode 100644
index 000000000000..c8eb5f46f23e
--- /dev/null
+++ b/xlite.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=X-Lite
+Comment=A free SIP softphone
+Exec=xtensoftphone
+Terminal=false
+Type=Application
+Categories=Application;Network;Telephony;
+StartupNotify=true