autoconf213: remove long_desc.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'autoconf213'.
|
# Template build file for 'autoconf213'.
|
||||||
pkgname=autoconf213
|
pkgname=autoconf213
|
||||||
version=2.13
|
version=2.13
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="autoconf-${version}"
|
wrksrc="autoconf-${version}"
|
||||||
hostmakedepends="perl>=0"
|
hostmakedepends="perl>=0"
|
||||||
@@ -12,14 +12,6 @@ license="GPL-2, GPL-3"
|
|||||||
homepage="http://www.gnu.org/software/autoconf"
|
homepage="http://www.gnu.org/software/autoconf"
|
||||||
distfiles="http://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/autoconf/autoconf-$version.tar.gz"
|
||||||
checksum=f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
|
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() {
|
do_configure() {
|
||||||
./configure ${configure_args} --program-suffix='-2.13'
|
./configure ${configure_args} --program-suffix='-2.13'
|
||||||
|
|||||||
Reference in New Issue
Block a user