#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=mono-zeroconf pkgver=0.9.0 zenver=64 pkgrel=1 arch=i486 source=("http://download.banshee-project.org/mono-zeroconf/mono-zeroconf-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://www.mono-project.com/Mono.Zeroconf options=('norequiredbuilder' 'keepdepfile') extradepends=("mono" "avahi-extra") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "mono-zeroconf (.NET 2.0 and Mono frameworks for zeroconf networking)" "Mono.Zeroconf is a cross platform Zero Configuration Networking" "library for Mono and .NET. It provides a unified API for performing" "the most common zeroconf operations on a variety of platforms and" "subsystems: all the operating systems supported by Mono and both the" "Avahi and Bonjour/mDNSResponder transports." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }