From 761b1c2d6621d5db65a48bc7bc63f8104a05242f Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 24 Oct 2011 14:22:08 +0200 Subject: avahi-sharp 0.6.30-1 ajout port --- avahi-sharp/.footprint.i686 | 14 ++++++++++++++ avahi-sharp/.footprint.x86_64 | 14 ++++++++++++++ avahi-sharp/.md5sum.i686 | 1 + avahi-sharp/.md5sum.x86_64 | 1 + avahi-sharp/Pkgfile | 45 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 75 insertions(+) create mode 100644 avahi-sharp/.footprint.i686 create mode 100644 avahi-sharp/.footprint.x86_64 create mode 100644 avahi-sharp/.md5sum.i686 create mode 100644 avahi-sharp/.md5sum.x86_64 create mode 100644 avahi-sharp/Pkgfile (limited to 'avahi-sharp') diff --git a/avahi-sharp/.footprint.i686 b/avahi-sharp/.footprint.i686 new file mode 100644 index 0000000..1bc5786 --- /dev/null +++ b/avahi-sharp/.footprint.i686 @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/mono/ +drwxr-xr-x root/root usr/lib/mono/avahi-sharp/ +lrwxrwxrwx root/root usr/lib/mono/avahi-sharp/avahi-sharp.dll -> ../gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll +drwxr-xr-x root/root usr/lib/mono/gac/ +drwxr-xr-x root/root usr/lib/mono/gac/avahi-sharp/ +drwxr-xr-x root/root usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/ +-rw-r--r-- root/root usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll +-rw-r--r-- root/root usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll.config +-rw-r--r-- root/root usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll.mdb +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/avahi-sharp.pc +-rw-r--r-- root/root usr/lib/pkgconfig/avahi-ui-sharp.pc diff --git a/avahi-sharp/.footprint.x86_64 b/avahi-sharp/.footprint.x86_64 new file mode 100644 index 0000000..1bc5786 --- /dev/null +++ b/avahi-sharp/.footprint.x86_64 @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/mono/ +drwxr-xr-x root/root usr/lib/mono/avahi-sharp/ +lrwxrwxrwx root/root usr/lib/mono/avahi-sharp/avahi-sharp.dll -> ../gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll +drwxr-xr-x root/root usr/lib/mono/gac/ +drwxr-xr-x root/root usr/lib/mono/gac/avahi-sharp/ +drwxr-xr-x root/root usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/ +-rw-r--r-- root/root usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll +-rw-r--r-- root/root usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll.config +-rw-r--r-- root/root usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll.mdb +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/avahi-sharp.pc +-rw-r--r-- root/root usr/lib/pkgconfig/avahi-ui-sharp.pc diff --git a/avahi-sharp/.md5sum.i686 b/avahi-sharp/.md5sum.i686 new file mode 100644 index 0000000..8ff790c --- /dev/null +++ b/avahi-sharp/.md5sum.i686 @@ -0,0 +1 @@ +e4db89a2a403ff4c47d66ac66fad1f43 avahi-0.6.30.tar.gz diff --git a/avahi-sharp/.md5sum.x86_64 b/avahi-sharp/.md5sum.x86_64 new file mode 100644 index 0000000..8ff790c --- /dev/null +++ b/avahi-sharp/.md5sum.x86_64 @@ -0,0 +1 @@ +e4db89a2a403ff4c47d66ac66fad1f43 avahi-0.6.30.tar.gz diff --git a/avahi-sharp/Pkgfile b/avahi-sharp/Pkgfile new file mode 100644 index 0000000..3cdba12 --- /dev/null +++ b/avahi-sharp/Pkgfile @@ -0,0 +1,45 @@ +# Description: Service de DNS +# URL: http://www.avahi.org/ +# Maintainer: NuTyX core team +# Packager: piernov +# Depends on: avahi, mono +# Run on: avahi,mono + +name=avahi-sharp +version=0.6.30 +release=1 +source=(http://www.avahi.org/download/avahi-$version.tar.gz) + +build() { + cd avahi-$version + + PYTHON=python2 ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --disable-gtk3 \ + --disable-gtk \ + --disable-qt3 \ + --disable-qt4 \ + --disable-monodoc \ + --disable-doxygen-doc \ + --disable-xmltoman \ + --enable-mono \ + --enable-compat-libdns_sd \ + --enable-compat-howl \ + --with-distro=lfs \ + --with-avahi-priv-access-group=network \ + --with-autoipd-user=avahi \ + --with-autoipd-group=avahi \ + --with-systemdsystemunitdir=/lib/systemd/system + + for i in avahi-common avahi-client avahi-glib; do + make -C $i + done + + make -C avahi-sharp + make DESTDIR=$PKG install -C avahi-sharp + + make DESTDIR=$PKG install-pkgconfigDATA + rm $PKG/usr/lib/pkgconfig/avahi-{core,client,compat-howl,compat-libdns_sd,glib,gobject}.pc +} -- cgit v1.2.3-54-g00ecf