From 2919ebce915dd12d7587e07c4bece121d4db887c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 23:00:38 +0200 Subject: [PATCH] dnsmasq: switch to /usr. --- srcpkgs/dnsmasq/dnsmasq.rshlibs | 1 - srcpkgs/dnsmasq/template | 11 +++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/dnsmasq/dnsmasq.rshlibs b/srcpkgs/dnsmasq/dnsmasq.rshlibs index b3d30303a91..881d45c45b5 100644 --- a/srcpkgs/dnsmasq/dnsmasq.rshlibs +++ b/srcpkgs/dnsmasq/dnsmasq.rshlibs @@ -1,3 +1,2 @@ libdbus-1.so.3 -libpthread.so.0 libc.so.6 diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index f114597b04c..98911370230 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -1,16 +1,15 @@ # Template file for 'dnsmasq' pkgname=dnsmasq version=2.58 -revision=4 -homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html" -distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz" -depends="libcap libidn dbus" -makedepends="dbus-devel libcap-devel libidn-devel" +revision=5 +makedepends="pkg-config dbus-devel libcap-devel libidn-devel" system_accounts="dnsmasq" conf_files="/etc/dnsmasq.conf /etc/conf.d/dnsmasq" short_desc="Lightweight, easy to configure DNS forwarder and DHCP server" maintainer="Juan RP " license="GPL-2" +homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html" +distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz" checksum=d5f64ed65f2b9a4db846d6da5d6903ec03e86924c09e232f42c7b63bcbfa3be6 long_desc=" Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. @@ -30,6 +29,6 @@ do_install() { make PREFIX=/usr DESTDIR=${DESTDIR} install vinstall dnsmasq.conf.example 644 etc dnsmasq.conf - vinstall ${FILESDIR}/dnsmasq.service 644 lib/systemd/system + vinstall ${FILESDIR}/dnsmasq.service 644 usr/lib/systemd/system vinstall dbus/dnsmasq.conf 644 etc/dbus-1/system.d }