-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
#! /bin/sh | ||
|
||
name=libtool | ||
version=2.5.0 | ||
tarball_url="https://alpha.gnu.org/gnu/libtool/libtool-${version}.tar.gz" | ||
tarball_blake2b="83494eac1b4c6313bbf58098e4b5f8512022f9730b78dd61736c55783fb4e5444eb1f8aaf13ce259fe7e13225e6fa563440ad74856bde20bde7021e7e3378e3d" | ||
version=2.5.4 | ||
tarball_url="https://ftp.gnu.org/gnu/libtool/libtool-${version}.tar.xz" | ||
tarball_blake2b="47de3c49a690d44d7ddd5e3b5e4090c91dc5fbb9c40fc4a3963e150fb7329326ee3e21b8c149974726171c4b0380028e0efc7a369c4f04357eea46f69852e1cc" | ||
hostdeps="autoconf automake" | ||
imagedeps="help2man git" | ||
allow_network="yes" | ||
|
||
prepare() { | ||
git clone https://git.savannah.gnu.org/git/gnulib.git | ||
git -C gnulib checkout c6942e47da903adc68b887cbedfac07b099088f2 | ||
git -C gnulib checkout ea58a72d4db3c4729e51de2633845ee381dd00b6 | ||
./bootstrap --force --skip-git --skip-po --gnulib-srcdir=`pwd`/gnulib | ||
} |