duiadns: update to 1.2.
This commit is contained in:
parent
87f00306c6
commit
2ee84edfc8
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'duiadns'
|
# Template file for 'duiadns'
|
||||||
pkgname=duiadns
|
pkgname=duiadns
|
||||||
version=1.1
|
version=1.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-netifaces python3-netaddr python3-requests"
|
depends="python3-netifaces python3-netaddr python3-requests"
|
||||||
|
@ -10,12 +10,14 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/ahesford/duiadns"
|
homepage="https://github.com/ahesford/duiadns"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=d150f5d052ae3f2764bcfd6465c503fb9c620d994689ba093b5f926c72163638
|
checksum=07251fa2c76f2f23e5bf6d633cf9508b8adef6fd768916949c4ead186ca44915
|
||||||
system_accounts="_duiadns"
|
system_accounts="_duiadns"
|
||||||
_duiadns_homedir="/var/empty"
|
_duiadns_homedir="/var/empty"
|
||||||
_duiadns_descr="duiadns user"
|
_duiadns_descr="duiadns user"
|
||||||
make_dirs="/var/cache/duiadns 0755 _duiadns _duiadns"
|
make_dirs="/var/cache/duiadns 0755 _duiadns _duiadns"
|
||||||
conf_files="/etc/duiadns.conf"
|
conf_files="/etc/duiadns.conf"
|
||||||
|
# Package defines no tests
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue