Magellan Linux

Contents of /trunk/extras/loudmouth/loudmouth-1.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4589 - (show annotations) (download)
Fri Dec 25 20:11:25 2009 UTC (14 years, 5 months ago) by niro
File size: 711 byte(s)
-only run autoconf to prevent gtk-doc dependencies
1 # $Id$
2
3 PNAME="loudmouth"
4 PVER="1.4.3"
5 PBUILD="r1"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="A lightweight C library for programming with the XMPP protocol."
11 HOMEPAGE="http://groups.google.com/group/loudmouth-dev/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= net-dns/libidn-1.15
15 >= app-crypt/gnutls-2.8"
16
17 SDEPEND=">= dev-util/pkgconfig-0.23"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude gnome2
23
24 SRC_URI=(
25 ${SRC_URI[*]}
26 mirror://${PNAME}/${PNAME}-${PVER}-gnutls28.patch
27 )
28
29 UP2DATE="updatecmd_gnome ${PNAME}"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 # fix gnutls detection
37 mpatch ${PNAME}-${PVER}-gnutls28.patch || die
38 autoconf --force || die
39 }

Properties

Name Value
svn:keywords Id