libtirpc-1.1.4-GCCcore-8.3.0.eb 673 B

1234567891011121314151617181920212223242526
  1. easyblock = 'ConfigureMake'
  2. name = 'libtirpc'
  3. version = '1.1.4'
  4. homepage = 'https://sourceforge.net/projects/libtirpc/'
  5. description = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux."
  6. toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
  7. source_urls = [SOURCEFORGE_SOURCE]
  8. sources = [SOURCE_TAR_BZ2]
  9. checksums = ['2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d']
  10. configopts = '--enable-static --enable-shared --disable-gssapi'
  11. builddependencies = [
  12. ('binutils', '2.32')
  13. ]
  14. sanity_check_paths = {
  15. 'files': ['lib/libtirpc.%s' % (x,) for x in ['a', SHLIB_EXT]],
  16. 'dirs': ['include/tirpc', 'lib'],
  17. }
  18. moduleclass = 'lib'