blob: f5108ca6f55e51d607f62e50f6d2affcd5f3a0c5 (
plain)
1
2
3
4
5
6
7
8
|
repository='git https://git.savannah.gnu.org/git/gettext.git'
# TBD autogen.sh will check out most recent gnulib - need to make gnulib
# a separate package and depend on it in case of devel builds?
bootstrap='./autogen.sh'
mirrors='$(CT_Mirrors GNU gettext)'
archive_formats='.tar.xz .tar.gz'
signature_format='packed/.sig'
milestones='0.21 0.23'
|