mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-14 00:41:07 +00:00
0761e3ad85
These do the same thing as the stable variant but instead fetch via Git.
9 lines
383 B
Bash
9 lines
383 B
Bash
description "Library compilation support script"
|
|
check_tool libtool
|
|
variant stable fetch_download \
|
|
https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz \
|
|
e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3
|
|
GIT_URL=https://git.savannah.gnu.org/git/libtool.git
|
|
variant stable_git fetch_git $GIT_URL v2.4.6
|
|
variant latest fetch_git $GIT_URL master
|
|
build_autotools
|