mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
autoconf213: needs texinfo in hostmakedepends
This commit is contained in:
parent
ab5851ad66
commit
5a36fc7b34
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'autoconf213'.
|
||||
# Template file for 'autoconf213'
|
||||
pkgname=autoconf213
|
||||
version=2.13
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="autoconf-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--program-suffix='-2.13'"
|
||||
wrksrc="autoconf-${version}"
|
||||
hostmakedepends="perl m4"
|
||||
hostmakedepends="perl m4 texinfo"
|
||||
depends="virtual?awk diffutils m4"
|
||||
short_desc="Generates automatic source code configuration scripts (2.13 version)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2, GPL-3"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.gnu.org/software/autoconf"
|
||||
distfiles="${GNU_SITE}/autoconf/autoconf-$version.tar.gz"
|
||||
checksum=f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
|
||||
|
|
Loading…
Add table
Reference in a new issue