mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
groff: sanitize deps, bumprev.
--HG-- extra : convert_revision : b18cd4ddf600284d0c1346936b2b6a124755bb9c
This commit is contained in:
parent
853ed3fe3d
commit
24397f3457
1 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'groff'
|
# Template file for 'groff'
|
||||||
pkgname=groff
|
pkgname=groff
|
||||||
version=1.20.1
|
version=1.20.1
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-appresdir=/usr/lib/X11/app-defaults"
|
configure_args="--with-appresdir=/usr/lib/X11/app-defaults"
|
||||||
|
@ -17,10 +17,12 @@ long_desc="
|
||||||
All the standard macro packages are supported. A number of other utilities
|
All the standard macro packages are supported. A number of other utilities
|
||||||
are also included together with several fonts."
|
are also included together with several fonts."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full libstdc++
|
Add_dependency run libgcc
|
||||||
Add_dependency full bash
|
Add_dependency run libstdc++
|
||||||
Add_dependency full zlib
|
Add_dependency run zlib
|
||||||
Add_dependency full sed
|
|
||||||
Add_dependency build bison
|
Add_dependency build bison
|
||||||
Add_dependency build texinfo
|
Add_dependency build texinfo
|
||||||
|
Add_dependency build zlib-devel
|
||||||
|
Add_dependency full bash
|
||||||
|
Add_dependency full sed
|
||||||
|
|
Loading…
Add table
Reference in a new issue