Skip to content

Commit

Permalink
+numactl +libtool (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider authored Sep 7, 2022
1 parent 5a30698 commit b5c0197
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions projects/gnu.org/libtool/package.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b5c0197

Please sign in to comment.