mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
automake: bump version.
This commit is contained in:
@@ -6,10 +6,9 @@ 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="2"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz"
|
||||
CHECKSUM_SHA256="7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924"
|
||||
SOURCE_DIR="automake-1.15"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.gnu.org/gnu/automake/automake-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="988e32527abe052307d21c8ca000aa238b914df363a617e38f4fb89f5abf6260"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
|
||||
@@ -46,7 +45,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap.sh
|
||||
./bootstrap
|
||||
PERL="/bin/env perl" runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user