automake: rename version 1.13 to automake113.

* remove install-html for 1.15.
This commit is contained in:
Jerome Duval
2015-12-02 20:37:36 +00:00
parent 6da71737aa
commit 9b71e9edf8
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,6 @@ BUILD()
INSTALL()
{
make install
make install-html
}
TEST()

View File

@@ -6,17 +6,16 @@ files are compatible with the GNU Makefile standards."
HOMEPAGE="http://www.gnu.org/software/automake/"
COPYRIGHT="2013 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="1"
SOURCE_URI="http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz"
CHECKSUM_SHA256="51bc10031847e9965c4f2c16a0a66552309ce28ea82b1afa8cef736643ebaa27"
SOURCE_DIR="automake-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
PROVIDES="
automake = $portVersion compat >= 1.13
cmd:automake = $portVersion compat >= 1.13
automake113 = $portVersion compat >= 1.13
cmd:automake_1.13 = $portVersion compat >= 1.13
cmd:aclocal = $portVersion compat >= 1.13
cmd:aclocal_1.13 = $portVersion compat >= 1.13
"
REQUIRES="
@@ -54,6 +53,8 @@ INSTALL()
{
make install
make install-html
rm $binDir/automake $binDir/aclocal
}
TEST()