diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /core/pkgconf | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'core/pkgconf')
-rwxr-xr-x | core/pkgconf/build | 10 | ||||
-rw-r--r-- | core/pkgconf/checksums | 1 | ||||
-rw-r--r-- | core/pkgconf/sources | 1 | ||||
-rw-r--r-- | core/pkgconf/version | 1 |
4 files changed, 13 insertions, 0 deletions
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 |