diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-17 23:06:52 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-17 23:06:52 +0100 |
commit | 167ef49eaebe8e201c9976e35ae111a0345ef40e (patch) | |
tree | a97e5b8e408f122b2a4b625a148711c83cc37d7f /extra/loudmouth/Pkgfile | |
parent | 8708ce8f3c10b41dd940dea4988954f9f2e31498 (diff) | |
download | nutyx-extra-167ef49eaebe8e201c9976e35ae111a0345ef40e.tar.gz nutyx-extra-167ef49eaebe8e201c9976e35ae111a0345ef40e.tar.bz2 nutyx-extra-167ef49eaebe8e201c9976e35ae111a0345ef40e.tar.xz nutyx-extra-167ef49eaebe8e201c9976e35ae111a0345ef40e.zip |
Ajout de loudmouth#1.4.3-1
Diffstat (limited to 'extra/loudmouth/Pkgfile')
-rw-r--r-- | extra/loudmouth/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/loudmouth/Pkgfile b/extra/loudmouth/Pkgfile new file mode 100644 index 000000000..e4d8d39de --- /dev/null +++ b/extra/loudmouth/Pkgfile @@ -0,0 +1,20 @@ +# 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 + +name=loudmouth +version=1.4.3 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ + loudmouth-gnutls28.patch) +build() { + cd $name-$version + patch -Np0 -i ../loudmouth-gnutls28.patch + ./configure --prefix=/usr \ + --with-ssl=openssl + make + make DESTDIR=$PKG install +} + |