From 7af676acce3a022b0063c9473f2433305a1b0914 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 12 Jun 2014 02:29:47 -0400 Subject: Add binary packages. --- 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). -- cgit v0.9.1