Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gcc43.git;a=commitdiff;h=dc03b143848e282a69d3a8fd8ba9592d3f109c37
commit dc03b143848e282a69d3a8fd8ba9592d3f109c37 Author: crazy <[EMAIL PROTECTED]> Date: Mon Mar 10 16:37:04 2008 +0100 net-tools-1.60-25-i686 * rebuild * we need to touch both config.* files * after patching , if not it will live ask you about options * during building and this is not what we want diff --git a/source/base/net-tools/FrugalBuild b/source/base/net-tools/FrugalBuild index af44ed5..53fa256 100644 --- a/source/base/net-tools/FrugalBuild +++ b/source/base/net-tools/FrugalBuild @@ -3,10 +3,10 @@ pkgname=net-tools pkgver=1.60 -pkgrel=24 +pkgrel=25 pkgdesc="Important tools for controlling the network subsystem" url="http://www.tazenda.demon.co.uk/phil/net-tools/" -depends=('mktemp' 'chkconfig') +depends=('mktemp>=1.5-2' 'chkconfig>=1.3.30c') groups=('base' 'chroot-core') conflicts=('hotplug') archs=('i686' 'x86_64' 'ppc') @@ -32,6 +32,7 @@ build() { unset MAKEFLAGS Fpatchall + touch config.* || Fdie Fsed '^\(COPTS = .*\) -O2 \(.*\)' "\1 $CFLAGS \2" Makefile Fmake make BASEDIR=$Fdestdir update _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
