From 355ef4deb0c551bb36c28ba4abefa15843c8f950 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 21 Dec 2020 12:41:46 -0500 Subject: libpkgconf.3*: New packages --- 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 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. -- cgit v0.9.1