parent
59ceb69ab6
commit
417d5bb468
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains a user interface for discovering services."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run avahi
|
||||
Add_dependency run python
|
||||
Add_dependency run avahi-python
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the glib shared libraries provided by Avahi."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libssp
|
||||
Add_dependency run dbus-libs
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains utility modules to talk to Avahi with Python easier."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run python
|
||||
Add_dependency run dbus-python
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@ long_desc="${long_desc}
|
|||
This package contains development files for the UI libraries
|
||||
provided by Avahi."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run avahi-libs-devel
|
||||
Add_dependency run gtk+-devel
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains some small GTK+ utilities to discover services."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run libglade
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run libpng
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'avahi'
|
||||
pkgname=avahi
|
||||
version=0.6.28
|
||||
version=0.6.29
|
||||
distfiles="http://www.avahi.org/download/avahi-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
||||
--with-avahi-priv-access-group=netdev --with-autoipd-user=avahi
|
||||
--with-autoipd-group=avahi --with-distro=gentoo --disable-xmltoman
|
||||
--disable-dbm --localstatedir=/var"
|
||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
||||
--with-avahi-priv-access-group=netdev --with-autoipd-user=avahi
|
||||
--with-autoipd-group=avahi --with-distro=gentoo --disable-xmltoman
|
||||
--disable-dbm --localstatedir=/var"
|
||||
short_desc="Multicast DNS Service Discovery"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a0d80aac88212b9f9d5331c248091d3c9c9209f0e41985421636ebd14230fc91
|
||||
checksum=4eb1a6bdc93f1b245fc1b26ff6a79f5f958c1135c04bff60d36d374d98cc14d8
|
||||
long_desc="
|
||||
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
|
||||
It allows programs to publish and discover services and hosts running on a
|
||||
|
|
Loading…
Reference in New Issue