[arch-commits] CVS update of core/base/iputils (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Fri Oct 26 10:00:50 UTC 2007
Date: Friday, October 26, 2007 @ 06:00:50
Author: tpowa
Path: /home/cvs-core/core/base/iputils
Modified: PKGBUILD (1.31 -> 1.32)
'upgpkg: fixed #8407'
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Index: core/base/iputils/PKGBUILD
diff -u core/base/iputils/PKGBUILD:1.31 core/base/iputils/PKGBUILD:1.32
--- core/base/iputils/PKGBUILD:1.31 Tue Sep 18 12:56:15 2007
+++ core/base/iputils/PKGBUILD Fri Oct 26 06:00:50 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.31 2007/09/18 16:56:15 thomas Exp $
+# $Id: PKGBUILD,v 1.32 2007/10/26 10:00:50 tpowa Exp $
# Maintainer: Aaron Griffin <aaron at archlinux.org>
pkgname=iputils
pkgver=20070202
_traceroutever=1.4a12
-pkgrel=2
+pkgrel=3
pkgdesc="IP Configuration Utilities (and Ping)"
arch=(i686 x86_64)
license=('GPL')
@@ -16,6 +16,7 @@
replaces=('netkit-base' 'traceroute')
source=(http://www.skbuff.net/iputils/$pkgname-s$pkgver.tar.bz2
ftp://ftp.ee.lbl.gov/traceroute-$_traceroutever.tar.gz)
+options=(!makeflags)
md5sums=('1d38fb3cfc2b71496e43cf646bfc1d6e'
'964d599ef696efccdeebe7721cd4828d')
@@ -40,7 +41,7 @@
xf=${file/.sgml/.xml}
sx -xlower -xno-nl-in-tag $file > $xf
sed -i "s|<refname>\(.*\), \(.*\)</refname>|<refname>\1</refname>, <refname>\2</refname>|g" $xf
- xsltproc /usr/share/xml/docbook/manpages/docbook.xsl $xf
+ xsltproc /usr/share/xml/docbook/xsl-stylesheets-1.73.1/manpages/docbook.xsl $xf
done
mkdir -p $startdir/pkg/usr/man/man8
More information about the arch-commits
mailing list