From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- core/pkgconf/build | 10 ++++++++++ core/pkgconf/checksums | 1 + core/pkgconf/sources | 1 + core/pkgconf/version | 1 + 4 files changed, 13 insertions(+) create mode 100755 core/pkgconf/build create mode 100644 core/pkgconf/checksums create mode 100644 core/pkgconf/sources create mode 100644 core/pkgconf/version (limited to 'core/pkgconf') diff --git a/core/pkgconf/build b/core/pkgconf/build new file mode 100755 index 00000000..503d3a77 --- /dev/null +++ b/core/pkgconf/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc + +make +make DESTDIR="$1" install + +ln -s pkgconf "$1/usr/bin/pkg-config" diff --git a/core/pkgconf/checksums b/core/pkgconf/checksums new file mode 100644 index 00000000..35720784 --- /dev/null +++ b/core/pkgconf/checksums @@ -0,0 +1 @@ +61f0b31b0d5ea0e862b454a80c170f57bad47879c0c42bd8de89200ff62ea210 pkgconf-1.6.3.tar.xz diff --git a/core/pkgconf/sources b/core/pkgconf/sources new file mode 100644 index 00000000..201af1ec --- /dev/null +++ b/core/pkgconf/sources @@ -0,0 +1 @@ +https://distfiles.dereferenced.org/pkgconf/pkgconf-1.6.3.tar.xz diff --git a/core/pkgconf/version b/core/pkgconf/version new file mode 100644 index 00000000..08dc2884 --- /dev/null +++ b/core/pkgconf/version @@ -0,0 +1 @@ +1.6.3 2 -- cgit v1.2.3