loudmouth - Minor changes

This commit is contained in:
Fabian Affolter 2012-01-14 23:59:32 +00:00 committed by Natanael Copa
parent 1fac3438a8
commit 598149a62f

View File

@ -8,8 +8,8 @@ url="http://groups.google.com/group/loudmouth-dev"
arch="all"
license="LGPL2+"
depends=""
depends_dev="pkgconfig"
makedepends="$depends_dev glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev"
depends_dev="pkgconfig glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2
@ -33,8 +33,9 @@ build() {
./configure \
--disable-static \
--with-asyncns=yes \
--with-ssl=no \
--with-ssl=gnutls \
--prefix=/usr \
--with-libgnutls-prefix=/usr \
--infodir=/usr/share/info \
--localstatedir=/var \
|| return 1