pantry/projects/sourceforge.net/libtirpc/package.yml
Andrew 8e302a12ad
sourceforge.net/projects/libtirpc (#3187)
* new file:   projects/sourceforge.net/projects/libtirpc/package.yml
	new file:   projects/sourceforge.net/projects/libtirpc/test.c

* fix header paths, package name

* include libc

* non libc test

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-06 14:01:38 -04:00

36 lines
826 B
YAML

distributable:
url: https://downloads.sourceforge.net/project/libtirpc/libtirpc/{{version}}/libtirpc-{{version}}.tar.bz2
strip-components: 1
versions:
url: https://sourceforge.net/projects/libtirpc/files/libtirpc/
match: /libtirpc\/\d+\.\d+\.\d+/
strip:
- /^libtirpc\//
platforms:
- linux
dependencies:
kerberos.org: '*'
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
- run: |
mv tirpc/* .
rmdir tirpc
ln -s . tirpc
working-directory: ${{prefix}}/include
env:
ARGS:
- --disable-dependency-tracking
- --disable-silent-rules
- --prefix={{prefix}}
test:
dependencies:
tea.xyz/gx/cc: c99
script:
- cc test.c -ltirpc -o test
- ./test