mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
bind: get rid of those local vars.
This commit is contained in:
parent
c8df820c33
commit
784ccddac3
1 changed files with 2 additions and 5 deletions
|
@ -1,15 +1,12 @@
|
||||||
# Template file for 'bind'
|
# Template file for 'bind'
|
||||||
pkgname=bind
|
pkgname=bind
|
||||||
_distver=9.10.4
|
version=9.10.4
|
||||||
#_patchver=
|
|
||||||
version="${_distver}${_patchver}"
|
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${_distver}${_patchver:+-${_patchver}}"
|
|
||||||
short_desc="Berkeley Internet Name Domain server"
|
short_desc="Berkeley Internet Name Domain server"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://www.isc.org/software/bind/"
|
homepage="http://www.isc.org/software/bind/"
|
||||||
distfiles="http://ftp.isc.org/isc/bind9/${_distver}${_patchver:+-${_patchver}}/bind-${_distver}${_patchver:+-${_patchver}}.tar.gz"
|
distfiles="http://ftp.isc.org/isc/bind9/${version}/bind-${version}.tar.gz"
|
||||||
checksum=f8d412b38d5ac390275b943bde69f4608f67862a45487ec854b30e4448fcb056
|
checksum=f8d412b38d5ac390275b943bde69f4608f67862a45487ec854b30e4448fcb056
|
||||||
|
|
||||||
build_options="geoip seccomp"
|
build_options="geoip seccomp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue