wok-6.x rev 14116
dnsmasq: up 2.65
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Feb 24 16:13:22 2013 -0800 (2013-02-24) |
parents | b31a639bb6dd |
children | 8dfbb2202f36 |
files | dnsmasq/receipt |
line diff
1.1 --- a/dnsmasq/receipt Sun Feb 24 15:58:03 2013 -0800 1.2 +++ b/dnsmasq/receipt Sun Feb 24 16:13:22 2013 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dnsmasq" 1.7 -VERSION="2.58" 1.8 +VERSION="2.65" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Lightweight, DNS forwarder and DHCP server." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -13,7 +13,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 sed -i -e 's/nawk/awk/' -e 's|/usr/local|/usr|' Makefile 1.18 make PREFIX=/usr && make install 1.19 mkdir -p $DESTDIR/etc 1.20 @@ -24,8 +23,8 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/sbin $fs/usr 1.25 - cp -a $_pkg/etc $fs 1.26 + cp -a $install/usr/sbin $fs/usr 1.27 + cp -a $install/etc $fs 1.28 cp -a $stuff/* $fs 1.29 } 1.30