Magellan Linux

Annotation of /trunk/core/avahi-qt4/avahi-qt4-0.6.25-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1832 - (hide annotations) (download)
Sat Jun 6 17:18:45 2009 UTC (14 years, 11 months ago) by niro
File size: 1282 byte(s)
auto added: ver bump to 0.6.25-r1
1 niro 1831 # $ID$
2    
3     PNAME="avahi-qt4"
4     PVER="0.6.25"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-dns"
8     STATE="unstable"
9    
10     DESCRIPTION="Qt4 libraries for avahi."
11     HOMEPAGE="http://avahi.org/"
12    
13     DEPEND="== net-dns/avahi-${PVER}
14     >= x11-libs/qt4-4.5"
15    
16     SDEPEND=">= dev-util/intltool-0.40
17     >= dev-util/pkgconfig-0.23"
18    
19 niro 1832 SRCFILE="${PNAME%-*}-${PVER}.tar.gz"
20     SRCDIR="${BUILDDIR}/${PNAME%-*}-${PVER}"
21 niro 1831
22     sminclude mtools mbuild cleanutils
23    
24     SRC_URI=(
25     http://avahi.org/download/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd ${HOMEPAGE}/download | grep ${PNAME%-*}- | lasttarball gz"
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     mconfigure \
36     --localstatedir=/var \
37     --with-distro=none \
38     --enable-compat-libdns_sd \
39     --enable-compat-howl \
40     --enable-autoipd \
41     --with-autoipd-user=avahi \
42     --with-autoipd-group=avahi \
43     --disable-python-dbus \
44     --disable-pygtk \
45     --disable-monodoc \
46     --disable-doxygen-doc \
47     --disable-xmltoman \
48     --disable-gdbm \
49     --disable-mono \
50     --disable-python \
51     --enable-dbus \
52     --enable-glib \
53     --disable-gtk \
54     --disable-qt3 \
55     --enable-qt4 \
56     || die
57    
58     mmake || die
59     }
60    
61     src_install()
62     {
63     cd ${SRCDIR}
64     mmake DESTDIR=${BINDIR} install || die
65    
66     zapmost ${BINDIR} \
67     usr/$(mlibdir)/lib${PNAME}*.* \
68     usr/$(mlibdir)/pkgconfig/${PNAME}*.* \
69     usr/include/${PNAME} \
70     || die
71     }

Properties

Name Value
svn:keywords Id