diff options
Diffstat (limited to 'mono-zeroconf/Pkgfile')
-rw-r--r-- | mono-zeroconf/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mono-zeroconf/Pkgfile b/mono-zeroconf/Pkgfile new file mode 100644 index 0000000..5e80f64 --- /dev/null +++ b/mono-zeroconf/Pkgfile @@ -0,0 +1,19 @@ +# Description: Bibliothèque Mono Zero Configuration +# URL: http://mono-project.com/Mono_Zeroconf +# Maintainer: NuTyX Core team +# Packager: piernov <piernov@piernov.org> +# Depends on: mono, avahi-sharp +# Run on: mono,avahi-sharp + +name=mono-zeroconf +version=0.9.0 +release=1 +source=(http://download.banshee-project.org/mono-zeroconf/$name-$version.tar.bz2) + +build() { + unset MAKEFLAGS + cd $name-$version + ./configure --prefix=/usr + make -j1 + make DESTDIR=$PKG install +} |