Package: rinutils Version: 0.10.3 Revision: 1 Description: C11 / gnu11 utilities C library License: BSD Maintainer: None BuildDependsOnly: true Source: https://github.com/shlomif/rinutils/releases/download/%v/%n-%v.tar.xz Source-Checksum: SHA256(f9e527d37a6cc8c7b8870ada63caa24f32ab0d29fd1116df3ebb686583030955) BuildDepends: << fink (>= 0.32), cmake << CompileScript: << cmake -DCMAKE_INSTALL_PREFIX=%p . #perl -pi -e 's|%i|%p|g' librinutils.pc make << InstallScript: << make install DESTDIR=%d << DocFiles: LICENSE NEWS.asciidoc README.asciidoc DescDetail: << This is a set of C headers containing macros and static functions that are expected to work on Unix-like systems and MS Windows that have been extracted from Shlomi Fish's projects. They are quite random and task specific and may not work for you. Note: we only support the -std=gnu11 dialect as supported by GCC, clang and compatible compilers. Other compilers are not supported. << Homepage: https://github.com/shlomif/rinutils