Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4587 - (hide annotations) (download)
Fri Dec 25 20:07:32 2009 UTC (14 years, 9 months ago) by niro
File size: 733 byte(s)
-typo
1 niro 4584 # $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 niro 4585 SRC_URI=(
25     ${SRC_URI[*]}
26     mirror://${PNAME}/${PNAME}-${PVER}-gnutls28.patch
27     )
28    
29 niro 4584 UP2DATE="updatecmd_gnome ${PNAME}"
30 niro 4585
31     src_prepare()
32     {
33     munpack ${SRCFILE} || die
34 niro 4587 cd ${SRCDIR}
35 niro 4585
36     # fix gnutls detection
37     mpatch ${PNAME}-${PVER}-gnutls28.patch || die
38 niro 4586 autoreconf --install --force --verbose || die
39 niro 4585 }

Properties

Name Value
svn:keywords Id