diff options
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | libpkgconf.3-dev.pkg/control | 9 | ||||
-rw-r--r-- | libpkgconf.3-dev.pkg/files | 3 | ||||
-rw-r--r-- | libpkgconf.3.pkg/control | 6 | ||||
-rw-r--r-- | libpkgconf.3.pkg/docs (renamed from pkgconf.pkg/docs) | 0 | ||||
-rw-r--r-- | libpkgconf.3.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 9 |
7 files changed, 25 insertions, 4 deletions
@@ -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.* @@ -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. |