diff options
author | Matt Housh <jaeger@morpheus.net> | 2006-09-03 18:44:39 +0000 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2006-09-03 18:44:39 +0000 |
commit | 0ae5ad01da6c6a4eb14ed07c8a2d90624c9d04d3 (patch) | |
tree | 922814048c74dabdeedc3bc118719cbacd243c28 /avahi/Pkgfile | |
parent | 2b4a109a7af25d0114b908f542e35f83e65bdba8 (diff) | |
download | opt-0ae5ad01da6c6a4eb14ed07c8a2d90624c9d04d3.tar.gz opt-0ae5ad01da6c6a4eb14ed07c8a2d90624c9d04d3.tar.xz |
avahi, dbus, hal: initial imports, versions 0.6.13, 0.62, 0.5.7
Diffstat (limited to 'avahi/Pkgfile')
-rw-r--r-- | avahi/Pkgfile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/avahi/Pkgfile b/avahi/Pkgfile new file mode 100644 index 000000000..804722185 --- /dev/null +++ b/avahi/Pkgfile @@ -0,0 +1,32 @@ +# Description: A system that facilitates service discovery on local networks +# URL: http://avahi.org/ +# Maintainer: Matt Housh, jaeger at crux dot nu +# Depends on: libdaemon, dbus, pygtk, libglade + +name=avahi +version=0.6.13 +release=1 +source=(http://avahi.org/download/$name-$version.tar.gz \ + rc.$name) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --localstatedir=/var \ + --disable-qt3 \ + --disable-qt4 \ + --disable-doxygen-doc \ + --disable-doxygen-dot \ + --with-avahi-user=avahi \ + --with-avahi-group=avahi \ + --with-distro=none \ + --disable-mono \ + --disable-monodoc \ + --enable-compat-howl \ + --enable-compat-libdns_sd \ + --with-dbus-sys=/usr/etc/dbus-1/system.d + make + make DESTDIR=$PKG install + install -D -o root -g root -m 0755 $SRC/rc.$name \ + $PKG/etc/rc.d/$name +} |