mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
+numactl +libtool (#119)
This commit is contained in:
parent
5a3069888c
commit
b5c0197e45
1 changed files with 28 additions and 0 deletions
28
projects/gnu.org/libtool/package.yml
Normal file
28
projects/gnu.org/libtool/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
distributable:
|
||||
url: http://ftp.gnu.org/gnu/libtool/libtool-{{ version }}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
#FIXME: need versions
|
||||
versions:
|
||||
- 2.4.7
|
||||
|
||||
provides:
|
||||
- bin/libtool
|
||||
- bin/libtoolize
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
gnu.org/autoconf: ^2.65.0
|
||||
gnu.org/m4: 1
|
||||
script: |-
|
||||
./configure --prefix={{ prefix }}
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
libtoolize
|
||||
test -f ltmain.sh
|
Loading…
Reference in a new issue