mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
m4: remove long_desc.
This commit is contained in:
parent
5713f0c0f8
commit
162b6974f9
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'm4'.
|
# Template build file for 'm4'.
|
||||||
pkgname=m4
|
pkgname=m4
|
||||||
version=1.4.16
|
version=1.4.16
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-changeword --enable-threads"
|
configure_args="--enable-changeword --enable-threads"
|
||||||
short_desc="GNU version of UNIX m4 macro language processor"
|
short_desc="GNU version of UNIX m4 macro language processor"
|
||||||
|
@ -10,13 +10,6 @@ license="GPL-3"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
||||||
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
|
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
|
||||||
long_desc="
|
|
||||||
GNU m4 is an implementation of the traditional UNIX macro
|
|
||||||
processor. It is mostly SVR4 compatible, although it has some
|
|
||||||
extensions (for example, handling more than 9 positional parameters to
|
|
||||||
macros). m4 also has builtin functions for including files, running
|
|
||||||
shell commands, doing arithmetic, etc. Autoconf needs GNU m4 for
|
|
||||||
generating configure scripts, but not for running them."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e '/gets is a/d' lib/stdio.in.h
|
sed -i -e '/gets is a/d' lib/stdio.in.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue