[arch-commits] Commit in nss-mdns/trunk (PKGBUILD mdns.allow)

Tom Gundersen tomegun at archlinux.org
Tue Feb 21 17:19:33 UTC 2012


    Date: Tuesday, February 21, 2012 @ 12:19:32
  Author: tomegun
Revision: 150738

upgpkg: nss-mdns 0.10-5

remove config file
  the standard config file does the same as no
  config file at all.

move libs to /usr/lib
  no functional change, but tidies up /lib a bit

Modified:
  nss-mdns/trunk/PKGBUILD
Deleted:
  nss-mdns/trunk/mdns.allow

------------+
 PKGBUILD   |   20 ++++++++------------
 mdns.allow |    8 --------
 2 files changed, 8 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-21 17:19:17 UTC (rev 150737)
+++ PKGBUILD	2012-02-21 17:19:32 UTC (rev 150738)
@@ -1,34 +1,30 @@
 # $Id$
-# Maintainer:
+# Maintainer: Tom Gundersen <teg at jklm.no>
 # Contributor: Travis Willard <travis at archlinux.org>
 
 pkgname=nss-mdns
 pkgver=0.10
-pkgrel=4
+pkgrel=5
 pkgdesc="glibc plugin providing host name resolution via mDNS"
 arch=('i686' 'x86_64')
 url="http://0pointer.de/lennart/projects/nss-mdns/"
 license=('LGPL')
 depends=('glibc')
-makedepends=('pkgconfig')
-backup=('etc/mdns.allow')
 install=nss-mdns.install
-source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        'mdns.allow')
-md5sums=('03938f17646efbb50aa70ba5f99f51d7'
-         '904abb492fb1f56722826c0c3a997bf0')
+source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('03938f17646efbb50aa70ba5f99f51d7')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/ \
-    --disable-lynx \
-    --enable-avahi
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var
   make
 }
 
 package() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  install -Dm644 "${srcdir}"/mdns.allow "${pkgdir}"/etc/mdns.allow
 }
 

Deleted: mdns.allow
===================================================================
--- mdns.allow	2012-02-21 17:19:17 UTC (rev 150737)
+++ mdns.allow	2012-02-21 17:19:32 UTC (rev 150738)
@@ -1,8 +0,0 @@
-#
-# /etc/mdns.allow
-#
-
-.local.
-.local
-
-# End of file




More information about the arch-commits mailing list