Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fd0d7dadb0f5d095d3fc29beca698352d9bce529

commit fd0d7dadb0f5d095d3fc29beca698352d9bce529
Author: crazy <[EMAIL PROTECTED]>
Date:   Sat Mar 15 00:37:20 2008 +0100

dnsmasq-2.41-1-i686
* Version bump
* new m8r

diff --git a/source/network-extra/dnsmasq/FrugalBuild 
b/source/network-extra/dnsmasq/FrugalBuild
index 15faf3c..453b717 100644
--- a/source/network-extra/dnsmasq/FrugalBuild
+++ b/source/network-extra/dnsmasq/FrugalBuild
@@ -1,8 +1,9 @@
# Compiling Time: 0.02 SBU
-# Maintainer: DNAku <[EMAIL PROTECTED]>
+# Maintainer: crazy <[EMAIL PROTECTED]>
+# Contributor: DNAku <[EMAIL PROTECTED]>

pkgname=dnsmasq
-pkgver=2.40
+pkgver=2.41
pkgrel=1
pkgdesc="Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP 
server."
url="http://thekelleys.org.uk/dnsmasq/doc.html";
@@ -13,12 +14,14 @@ groups=('network-extra')
up2date="lynx -dump http://www.thekelleys.org.uk/dnsmasq |grep 'LATEST'|sed 's/ 
//g'|sed 's/.].*//g'|sed 's/.*_//g'|sed -e '/^$/d'"
source=(http://thekelleys.org.uk/dnsmasq/$pkgname-$pkgver.tar.gz \
rc.dnsmasq dnsmasq.conf makefile.patch)
-sha1sums=('4af93b18c262b83e5f6bd24004483aa2ec6f3d20' \
+sha1sums=('18ab4f28a3b9300a04f9a4db9cfc3a5d9bc46c55' \
'6d3cb198ff8aec2b5b7f1b51d4cb3cfd44c9d8fd' \
'fd09fa99f453cf81e905e2de4da2137e8c3be3d4' \
-          '08365f004c5361448e5b84a5cac9e12c65f3fa79')
+          'b1e390905416f9f055ed28d2e5bbef7cfc6f38eb')
build()
{
+       Fcd
+       Fsed 'nawk' 'awk' Makefile
Fbuild
Ffile /etc/dnsmasq.conf
Fmkdir var/lib/misc
diff --git a/source/network-extra/dnsmasq/makefile.patch 
b/source/network-extra/dnsmasq/makefile.patch
index 4bfbe39..b4edce4 100644
--- a/source/network-extra/dnsmasq/makefile.patch
+++ b/source/network-extra/dnsmasq/makefile.patch
@@ -1,13 +1,16 @@
-diff -urN dnsmasq-2.39.orig/Makefile dnsmasq-2.39/Makefile
---- dnsmasq-2.39.orig/Makefile 2007-05-07 17:43:09.000000000 +0100
-+++ dnsmasq-2.39/Makefile      2007-05-07 17:43:22.000000000 +0100
-@@ -1,4 +1,4 @@
--PREFIX ?= /usr/local
+diff -Naur dnsmasq-2.41/Makefile dnsmasq-2.41-p/Makefile
+--- dnsmasq-2.41/Makefile      2007-10-21 22:02:03.000000000 +0200
++++ dnsmasq-2.41-p/Makefile    2008-03-15 00:25:06.000000000 +0100
+@@ -13,7 +13,7 @@
+ # You should have received a copy of the GNU General Public License
+ # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+-PREFIX = /usr/local
+PREFIX ?= /usr
- BINDIR ?= ${PREFIX}/sbin
- MANDIR ?= ${PREFIX}/share/man
- LOCALEDIR ?= ${PREFIX}/share/locale
-@@ -18,7 +18,7 @@
+ BINDIR = ${PREFIX}/sbin
+ MANDIR = ${PREFIX}/share/man
+ LOCALEDIR = ${PREFIX}/share/locale
+@@ -47,7 +47,7 @@
rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot
rm -f $(SRC)/*.o $(SRC)/dnsmasq.a $(SRC)/dnsmasq core */core

@@ -15,4 +18,4 @@ diff -urN dnsmasq-2.39.orig/Makefile dnsmasq-2.39/Makefile
+install : all install-common install-i18n

install-common :
-       install -d $(DESTDIR)$(BINDIR) -d $(DESTDIR)$(MANDIR)/man8
+       $(INSTALL) -d $(DESTDIR)$(BINDIR) -d $(DESTDIR)$(MANDIR)/man8
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to