mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
automake: rename version 1.13 to automake113.
* remove install-html for 1.15.
This commit is contained in:
@@ -53,7 +53,6 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
make install-html
|
||||
}
|
||||
|
||||
TEST()
|
||||
|
||||
@@ -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()
|
||||
Reference in New Issue
Block a user