Skip to content

Commit

Permalink
ports/libtool: Inline gnulib fetch in source recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 21, 2024
1 parent 590d5e2 commit a122bfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 0 additions & 3 deletions host-recipes/gnulib

This file was deleted.

4 changes: 0 additions & 4 deletions source-recipes/gnulib

This file was deleted.

8 changes: 5 additions & 3 deletions source-recipes/libtool
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name=libtool
version=2.5.0
tarball_url="https://alpha.gnu.org/gnu/libtool/libtool-${version}.tar.gz"
tarball_blake2b="83494eac1b4c6313bbf58098e4b5f8512022f9730b78dd61736c55783fb4e5444eb1f8aaf13ce259fe7e13225e6fa563440ad74856bde20bde7021e7e3378e3d"
hostdeps="autoconf automake gnulib"
imagedeps="help2man"
hostdeps="autoconf automake"
imagedeps="help2man git"
allow_network="yes"

regenerate() {
cp -rp ${base_dir}/sources/gnulib ./
git clone https://git.savannah.gnu.org/git/gnulib.git
git -C gnulib checkout c6942e47da903adc68b887cbedfac07b099088f2
./bootstrap --force --skip-git --skip-po --gnulib-srcdir=`pwd`/gnulib
}

0 comments on commit a122bfd

Please sign in to comment.