summaryrefslogtreecommitdiffstats
path: root/extra/loudmouth/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/loudmouth/Pkgfile')
-rw-r--r--extra/loudmouth/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/loudmouth/Pkgfile b/extra/loudmouth/Pkgfile
deleted file mode 100644
index e879bcc1f..000000000
--- a/extra/loudmouth/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Librairie lérère pour client jabber
-# URL: http://developer.imendio.com/wiki/Loudmouth
-# Packager: thierryn1 at hispeed dot ch
-# Maintainer: NuTyX core team
-# Depends on: libidn, glib
-# Run on: libidn,glib
-
-name=loudmouth
-version=1.4.3
-release=2
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
- http://nutyx.meticul.eu/files/patchs/$name/loudmouth-gnutls28.patch)
-build() {
- cd $name-$version
- patch -Np0 -i ../loudmouth-gnutls28.patch
- ./configure --prefix=/usr \
- --with-ssl=openssl
- make
- make DESTDIR=$PKG install
-}
-
-