autoconf213: remove long_desc.
This commit is contained in:
parent
2d0cefb3dd
commit
211151fa63
1 changed files with 1 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'autoconf213'.
|
||||
pkgname=autoconf213
|
||||
version=2.13
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="autoconf-${version}"
|
||||
hostmakedepends="perl>=0"
|
||||
|
@ -12,14 +12,6 @@ license="GPL-2, GPL-3"
|
|||
homepage="http://www.gnu.org/software/autoconf"
|
||||
distfiles="http://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.gz"
|
||||
checksum=f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
|
||||
long_desc="
|
||||
Autoconf is an extensible package of m4 macros that produce shell
|
||||
scripts to automatically configure software source code packages.
|
||||
These scripts can adapt the packages to many kinds of UNIX-like
|
||||
systems without manual user intervention. Autoconf creates a
|
||||
configuration script for a package from a template file that lists the
|
||||
operating system features that the package can use, in the form of m4
|
||||
macro calls."
|
||||
|
||||
do_configure() {
|
||||
./configure ${configure_args} --program-suffix='-2.13'
|
||||
|
|
Loading…
Reference in a new issue