summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 12:41:46 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 12:42:45 (EST)
commit355ef4deb0c551bb36c28ba4abefa15843c8f950 (patch)
tree08f960983ff4d20ae335b5d0eb08149f7f68ab53
parenta9847db2a850da9ff7bfd9d531b4fdd1d12a66cb (diff)
libpkgconf.3*: New packages
-rw-r--r--changelog1
-rw-r--r--libpkgconf.3-dev.pkg/control9
-rw-r--r--libpkgconf.3-dev.pkg/files3
-rw-r--r--libpkgconf.3.pkg/control6
-rw-r--r--libpkgconf.3.pkg/docs (renamed from pkgconf.pkg/docs)0
-rw-r--r--libpkgconf.3.pkg/files1
-rw-r--r--substvars9
7 files changed, 25 insertions, 4 deletions
diff --git a/changelog b/changelog
index 23dea46..c7746d4 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,7 @@ pkgconf (1.7.3-1) trunk
* New upstream version.
* Update Maintainer and Homepage.
+ * libpkgconf.3, libpkgconf.3-dev: New packages.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 21 Dec 2020 11:21:19 -0500
diff --git a/libpkgconf.3-dev.pkg/control b/libpkgconf.3-dev.pkg/control
new file mode 100644
index 0000000..b992c1b
--- /dev/null
+++ b/libpkgconf.3-dev.pkg/control
@@ -0,0 +1,9 @@
+Architecture: any
+Platform: all
+Depends: libpkgconf.3 (= ${Binary-Version})
+Description: Compiler and linker configuration library - development files
+ ${Common-Description}
+ .
+ ${Library-Description}
+ .
+ This package provides development files for the pkgconf library.
diff --git a/libpkgconf.3-dev.pkg/files b/libpkgconf.3-dev.pkg/files
new file mode 100644
index 0000000..3dbadf4
--- /dev/null
+++ b/libpkgconf.3-dev.pkg/files
@@ -0,0 +1,3 @@
+/usr/include/
+/usr/lib/*/libpkgconf.so
+/usr/lib/*/pkgconfig/libpkgconf.pc
diff --git a/libpkgconf.3.pkg/control b/libpkgconf.3.pkg/control
new file mode 100644
index 0000000..b57d271
--- /dev/null
+++ b/libpkgconf.3.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Description: Compiler and linker configuration library - development files
+ ${Common-Description}
+ .
+ ${Library-Description}
diff --git a/pkgconf.pkg/docs b/libpkgconf.3.pkg/docs
index e75d75c..e75d75c 100644
--- a/pkgconf.pkg/docs
+++ b/libpkgconf.3.pkg/docs
diff --git a/libpkgconf.3.pkg/files b/libpkgconf.3.pkg/files
new file mode 100644
index 0000000..ec6b36b
--- /dev/null
+++ b/libpkgconf.3.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libpkgconf.so.*
diff --git a/substvars b/substvars
index da1ef3d..167fafc 100644
--- a/substvars
+++ b/substvars
@@ -1,6 +1,7 @@
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).
+ development libraries. It is similar to pkg-config from freedesktop.org.
+Library-Description:
+ libpkgconf is a library which provides access to most of pkgconf's
+ functionality, to allow other tooling such as compilers and IDEs to discover
+ and use libraries configured by pkgconf.