the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libavahi-glib1-dev
Version: 0.6.30
Revision: 1
BuildDepends: <<
expat1,
glib2-dev (>= 2.22.0-1),
intltool40,
libavahi-common3-dev (>= %v-1),
libgettext8-dev,
pkgconfig
<<
Depends: libavahi-glib1-shlibs (= %v-%r)
BuildDependsOnly: true
Source: http://avahi.org/download/avahi-%v.tar.gz
Source-MD5: e4db89a2a403ff4c47d66ac66fad1f43
PatchScript: perl -pi -e 's/-version-info/-no-undefined -version-info/' avahi-glib/Makefile.in
SetCFLAGS: -Os
ConfigureParams: --disable-dependency-tracking --enable-glib --disable-gobject --disable-qt3 --disable-qt4 --disable-gtk --disable-dbus --disable-dbm --disable-gdbm --disable-libdaemon --disable-python --disable-pygtk --disable-python-dbus --disable-mono --disable-monodoc --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-html --with-distro=freebsd --disable-autoipd --disable-static PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH" --disable-gtk3
CompileScript: <<
#!/bin/sh -ev
./configure %c
pushd avahi-glib
make libavahi_glib_la_DEPENDENCIES= libavahi_glib_la_LIBADD='$(AM_LDADD) -lavahi-common $(GLIB20_LIBS)'
popd
make avahi-glib.pc
<<
InstallScript: <<
#!/bin/sh -ev
pushd avahi-glib
make -j1 install DESTDIR="%d" libavahi_glib_la_DEPENDENCIES= libavahi_glib_la_LIBADD='$(AM_LDADD) -lavahi-common $(GLIB20_LIBS)'
popd
make -j1 pkgconfig_DATA=avahi-glib.pc install-pkgconfigDATA DESTDIR="%d"
<<
SplitOff: <<
Package: libavahi-glib1-shlibs
Depends: <<
glib2-shlibs (>= 2.22.0-1),
libavahi-common3-shlibs (>= %v-1)
<<
Files: lib/libavahi-glib.1*.dylib
Shlibs: %p/lib/libavahi-glib.1.dylib 2.0.0 %n (>= 0.6.20-1)
DocFiles: LICENSE
<<
DocFiles: LICENSE
Description: Service discovery system (Glib)
DescDetail: <<
Avahi is a system which facilitates service discovery on a local
network. This means that you can plug your laptop or computer into
a network and instantly be able to view other people who you can
chat with, find printers to print to or find files being shared.
This kind of technology is already found in Apple MacOS X (branded
Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient.
Avahi is mainly based on Lennart Poettering's flexmdns mDNS
implementation for Linux which has been discontinued in favour of
Avahi.
This is a glib interface to avahi.
<<
License: LGPL
Maintainer: Benjamin Reed
Homepage: http://avahi.org/