# HG changeset patch # User Samuel Trassare # Date 1361751202 28800 # Node ID 8b2d7dbca71d23cc3bac989385ac81af838044d9 # Parent b31a639bb6dddd330e44e19cbadaa85a9cf9e557 dnsmasq: up 2.65 diff -r b31a639bb6dd -r 8b2d7dbca71d dnsmasq/receipt --- a/dnsmasq/receipt Sun Feb 24 15:58:03 2013 -0800 +++ b/dnsmasq/receipt Sun Feb 24 16:13:22 2013 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dnsmasq" -VERSION="2.58" +VERSION="2.65" CATEGORY="network" SHORT_DESC="Lightweight, DNS forwarder and DHCP server." MAINTAINER="pascal.bellard@slitaz.org" @@ -13,7 +13,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i -e 's/nawk/awk/' -e 's|/usr/local|/usr|' Makefile make PREFIX=/usr && make install mkdir -p $DESTDIR/etc @@ -24,8 +23,8 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs cp -a $stuff/* $fs }