mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/avahi to 0.6.30-1
This commit is contained in:
parent
63fa64f101
commit
5fd0fa3e4b
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# $Id: PKGBUILD 113561 2011-03-09 18:23:43Z bisson $
|
# $Id: PKGBUILD 118159 2011-04-05 16:56:06Z bisson $
|
||||||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||||
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
|
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
|
||||||
|
|
||||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||||
# - removed dep on mono
|
# - removed makedepend on mono
|
||||||
|
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
pkgver=0.6.29
|
pkgver=0.6.30
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A multicast/unicast DNS-SD framework'
|
pkgdesc='A multicast/unicast DNS-SD framework'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -33,7 +33,7 @@ options=('!libtool')
|
||||||
source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz
|
source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz
|
||||||
avahi-daemon-dbus.patch
|
avahi-daemon-dbus.patch
|
||||||
gnome-nettool.png)
|
gnome-nettool.png)
|
||||||
sha1sums=('af13ae6fdb3cd61b2eafa25a108773156d88b362'
|
sha1sums=('5b77443537600a00770e4c77e3c443eeb5861d06'
|
||||||
'41e9f23efa0b5a5f7b0f14a86cfb0677ece84c61'
|
'41e9f23efa0b5a5f7b0f14a86cfb0677ece84c61'
|
||||||
'cf56387c88aed246b9f435efc182ef44de4d52f3')
|
'cf56387c88aed246b9f435efc182ef44de4d52f3')
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ build() {
|
||||||
|
|
||||||
# pygtk requires python2; make it explicit in case other python are installed: FS#21865
|
# pygtk requires python2; make it explicit in case other python are installed: FS#21865
|
||||||
PYTHON=python2 \
|
PYTHON=python2 \
|
||||||
|
PKG_CONFIG_PATH=/opt/qt/lib/pkgconfig \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
|
Loading…
Reference in a new issue