mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
dnsmasq: switch to /usr.
This commit is contained in:
parent
dd48464615
commit
2919ebce91
2 changed files with 5 additions and 7 deletions
|
@ -1,3 +1,2 @@
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
libpthread.so.0
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'dnsmasq'
|
# Template file for 'dnsmasq'
|
||||||
pkgname=dnsmasq
|
pkgname=dnsmasq
|
||||||
version=2.58
|
version=2.58
|
||||||
revision=4
|
revision=5
|
||||||
homepage="http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
makedepends="pkg-config dbus-devel libcap-devel libidn-devel"
|
||||||
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
|
||||||
depends="libcap libidn dbus"
|
|
||||||
makedepends="dbus-devel libcap-devel libidn-devel"
|
|
||||||
system_accounts="dnsmasq"
|
system_accounts="dnsmasq"
|
||||||
conf_files="/etc/dnsmasq.conf /etc/conf.d/dnsmasq"
|
conf_files="/etc/dnsmasq.conf /etc/conf.d/dnsmasq"
|
||||||
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
short_desc="Lightweight, easy to configure DNS forwarder and DHCP server"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
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
|
checksum=d5f64ed65f2b9a4db846d6da5d6903ec03e86924c09e232f42c7b63bcbfa3be6
|
||||||
long_desc="
|
long_desc="
|
||||||
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
|
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server.
|
||||||
|
@ -30,6 +29,6 @@ do_install() {
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
|
|
||||||
vinstall dnsmasq.conf.example 644 etc dnsmasq.conf
|
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
|
vinstall dbus/dnsmasq.conf 644 etc/dbus-1/system.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue