Skip to content

TODO: package 8.44 #1

@ManasJayanth

Description

@ManasJayanth

Try the following recipe (builds fine on Windows) with 8.44

https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2

{
  "name": "esy-pcre",
  "version": "0.1.000",
  "description": "pcre-8.44 packaged for esy",
  "esy": {
    "buildsInSource": true,
    "exportedEnv": {
      "PKG_CONFIG_PATH": {
        "scope": "global",
        "val": "#{self.lib / 'pkgconfig' : $PKG_CONFIG_PATH }"
      }
    },
    "build": [
      "chmod 755 ./configure",
      [
        "./configure",
        "--disable-dependency-tracking",
        "--enable-utf8",
        "--enable-pcre8",
        "--enable-pcre16",
        "--enable-pcre32",
        "--enable-unicode-properties",
        "--enable-pcregrep-libz",
        "--enable-pcregrep-libbz2",
        "--prefix=#{self.install}",
        "#{os == 'windows' ? '--host=x86_64-w64-mingw32' : ''}"
      ],
      "make",
      "make install"
    ]
  },
  "dependencies": {
    "esy-zlib": "esy-packages/esy-zlib#404929fd8b7ed83ed6a528d751840faff957b4b3",
    "esy-bzip2": "esy-packages/esy-bzip2#048f314334ae2e63b24082a7e4cfca4985b04028"
  },
  "resolutions": {}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions