From 8def4eb46586777fd88552cad7994174c1bc1fb2 Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Fri, 22 Jan 2021 09:08:53 +1100 Subject: [PATCH] dnsmasq: update to 2.83. --- srcpkgs/dnsmasq/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index ce01e13040c..884ea0557b3 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -1,6 +1,6 @@ # Template file for 'dnsmasq' pkgname=dnsmasq -version=2.82 +version=2.83 revision=1 conf_files="/etc/dnsmasq.conf" hostmakedepends="pkg-config" @@ -10,8 +10,8 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html" changelog="http://www.thekelleys.org.uk/dnsmasq/CHANGELOG" -distfiles="http://www.thekelleys.org.uk/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=62f33bfac1a1b4a5dab8461b4664e414f7d6ced1d2cf141e9cdf9c3c2a424f65 +distfiles="http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${version}.tar.gz" +checksum=6b67955873acc931bfff61a0a1e0dc239f8b52e31df50e9164d3a4537571342f system_accounts="dnsmasq" dnsmasq_homedir="/var/chroot" @@ -26,6 +26,7 @@ do_build() { fi make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs} } + do_install() { make PREFIX=/usr BINDIR=/usr/bin DESTDIR=${DESTDIR} install