summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-12 02:29:47 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-12 02:29:47 (EDT)
commit7af676acce3a022b0063c9473f2433305a1b0914 (patch)
treed28cf8c3abda851c4b0ab2690e5b06ba8de206d9
parent422e5a4f77acf46d17cabbcad7d3f456bf833d5b (diff)
Add binary packages.
-rw-r--r--pkgconf-doc.pkg/control7
-rw-r--r--pkgconf-doc.pkg/files1
-rw-r--r--pkgconf.pkg/control5
-rw-r--r--pkgconf.pkg/docs1
-rw-r--r--pkgconf.pkg/files2
-rw-r--r--substvars6
6 files changed, 22 insertions, 0 deletions
diff --git a/pkgconf-doc.pkg/control b/pkgconf-doc.pkg/control
new file mode 100644
index 0000000..bf66e1f
--- /dev/null
+++ b/pkgconf-doc.pkg/control
@@ -0,0 +1,7 @@
+Architecture: all
+Platform: all
+Depends: pkgconf (= ${Binary-Version})
+Description: Compiler and linker configuration utility - documentation
+ ${Common-Description}
+ .
+ This package provides documentation for the pkgconf utility.
diff --git a/pkgconf-doc.pkg/files b/pkgconf-doc.pkg/files
new file mode 100644
index 0000000..72ec615
--- /dev/null
+++ b/pkgconf-doc.pkg/files
@@ -0,0 +1 @@
+/usr/share/man/
diff --git a/pkgconf.pkg/control b/pkgconf.pkg/control
new file mode 100644
index 0000000..93ad1f9
--- /dev/null
+++ b/pkgconf.pkg/control
@@ -0,0 +1,5 @@
+Architecture: any
+Platform: all
+Depends: pkgconf (= ${Binary-Version})
+Description: Compiler and linker configuration utility
+ ${Common-Description}
diff --git a/pkgconf.pkg/docs b/pkgconf.pkg/docs
new file mode 100644
index 0000000..0419ea5
--- /dev/null
+++ b/pkgconf.pkg/docs
@@ -0,0 +1 @@
+src/README.md
diff --git a/pkgconf.pkg/files b/pkgconf.pkg/files
new file mode 100644
index 0000000..3b75854
--- /dev/null
+++ b/pkgconf.pkg/files
@@ -0,0 +1,2 @@
+/usr/bin/
+/usr/share/aclocal/
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..da1ef3d
--- /dev/null
+++ b/substvars
@@ -0,0 +1,6 @@
+Common-Description:
+ pkgconf is a program which helps to configure compiler and linker flags for
+ development frameworks. It is similar to pkg-config, but was written from
+ scratch in the summer of 2011 to replace pkg-config, which now needs itself to
+ build itself (or you can set a bunch of environment variables, both are
+ pretty ugly).