aboutsummaryrefslogtreecommitdiff
path: root/core/pkgconf
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /core/pkgconf
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'core/pkgconf')
-rwxr-xr-xcore/pkgconf/build10
-rw-r--r--core/pkgconf/checksums1
-rw-r--r--core/pkgconf/sources1
-rw-r--r--core/pkgconf/version1
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