Package: libgumbo2-shlibs Version: 0.12.2 Revision: 1 Source: https://codeberg.org/gumbo-parser/gumbo-parser/archive/%v.tar.gz SourceRename: gumbo-parser-%v.tar.gz Source-Checksum: SHA256(7515dfef24c288fe1230c7b3beef15f09289ed1ac8a926ff249495260e4a1336) SourceDirectory: gumbo-parser BuildDepends: << autoconf2.6, automake1.15, fink-package-precedence, libtool2 << PatchScript: << # Says it requires autoconf-2.72 but fink only has 2.69. # Remove the version-requirement and hope for the best:) perl -ni -e 'print unless /^AC_PREREQ/' configure.ac << # disable detection of libgtest (fink doesn't currently have it) ConfigureParams: --disable-static ac_cv_lib_gtest_main_main=false CompileScript: << mkdir m4 autoreconf -fi %{default_script} fink-package-precedence --prohibit-bdep=libgumbo2-dev . << InstallScript: make install DESTDIR=%d DocFiles: CHANGES.md README.md doc/* Shlibs: %p/lib/libgumbo.2.dylib 3.0.0 %n (>= 0.12.2-1) SplitOff: << Package: libgumbo2-dev Conflicts: << libgumbo1-dev, libgumbo2-dev << Replaces: << libgumbo1-dev, libgumbo2-dev << Depends: << %N (= %v-%r) << BuildDependsOnly: true Files: << include lib/libgumbo.{dylib,la} lib/pkgconfig << DocFiles: CHANGES.md README.md doc/* << DescPackaging: << This is only the core library (not other bindings). There is C++ in the examples, but they are not installed and are not part of the lib itself. << Description: Self-contained pure-C HTML5 parser License: BSD Homepage: https://codeberg.org/grisha/gumbo-parser Maintainer: Daniel Macks