diff options
Diffstat (limited to 'extra/loudmouth/PKGBUILD')
-rw-r--r-- | extra/loudmouth/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/loudmouth/PKGBUILD b/extra/loudmouth/PKGBUILD index 62a25f5e1..17cbb2b01 100644 --- a/extra/loudmouth/PKGBUILD +++ b/extra/loudmouth/PKGBUILD @@ -1,16 +1,16 @@ - $Id: PKGBUILD,v 1.3 2003/11/06 08:27:17 dorphell Exp +# $Id # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Brice Carpentier <brice.carpentier@orange.fr> pkgname=loudmouth pkgver=1.4.3 -pkgrel=2 +pkgrel=3 pkgdesc="A lightweight Jabber client library written in C/Glib" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://groups.google.com/group/loudmouth-dev" -depends=('glib2>=2.24.1' 'gnutls>=2.8.6' 'libidn>=1.16') +depends=('glib2' 'gnutls' 'libidn') options=('!libtool') makedepends=('intltool' 'pkgconfig' 'gtk-doc') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2 @@ -31,5 +31,9 @@ build() { autoreconf ./configure --prefix=/usr --disable-static make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } |