Magellan Linux

Contents of /trunk/core/avahi-qt3/avahi-qt3-0.6.25-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2804 - (show annotations) (download)
Fri Jul 10 21:00:51 2009 UTC (14 years, 9 months ago) by niro
File size: 1284 byte(s)
-rebuild, fixed a small zapmost() issues
1 # $ID$
2
3 PNAME="avahi-qt3"
4 PVER="0.6.25"
5 PBUILD="r2"
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/qt-3.3"
15
16 SDEPEND=">= dev-util/intltool-0.40
17 >= dev-util/pkgconfig-0.23"
18
19 SRCFILE="${PNAME%-*}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME%-*}-${PVER}"
21
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 --enable-qt3 \
55 --disable-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