Switch to new download format
This commit is contained in:
@@ -1,12 +1,25 @@
|
||||
name: glibc
|
||||
description: The GNU C Library
|
||||
version: 2.42
|
||||
version: "2.42"
|
||||
revision: 2
|
||||
url: https://www.gnu.org/software/libc/
|
||||
license: GPL2-or-later,LGPL2.1-or-later,BSD-3-Clause
|
||||
architecture: any
|
||||
depends: ["tzdata"]
|
||||
optional_depends: ["gd","perl"]
|
||||
make_depends: ["gd","python3"]
|
||||
provides: ["libc"]
|
||||
keep: ["etc/locale.gen"]
|
||||
type: source
|
||||
keep:
|
||||
- etc/locale.gen
|
||||
depends:
|
||||
- tzdata
|
||||
optional_depends:
|
||||
- gd
|
||||
- perl
|
||||
make_depends:
|
||||
- gd
|
||||
- python3
|
||||
provides:
|
||||
- libc
|
||||
downloads:
|
||||
- url: https://ftpmirror.gnu.org/gnu/glibc/glibc-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: d1775e32e4628e64ef930f435b67bb63af7599acb6be2b335b9f19f16509f17f
|
||||
|
||||
Reference in New Issue
Block a user