From ccaf3bb97daa530cc9c4c8b85aab8f6e0b88266e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 21 Oct 2014 08:44:25 -0400 Subject: Add binary packages --- diff --git a/cmake-data.pkg/control b/cmake-data.pkg/control new file mode 100644 index 0000000..e46573d --- /dev/null +++ b/cmake-data.pkg/control @@ -0,0 +1,8 @@ +Architecture: all +Platform: all +Depends: cmake (>= ${Source-Version}) +Description: Cross-platform, open-source build system generator - data files + ${Common-Description} + . + This package provides architecture-independent data files (modules, templates, + etc.) for the CMake cross-platform, open-source build system generator. diff --git a/cmake-data.pkg/files b/cmake-data.pkg/files new file mode 100644 index 0000000..c86ab58 --- /dev/null +++ b/cmake-data.pkg/files @@ -0,0 +1,4 @@ +/usr/share/aclocal/ +/usr/share/cmake-*/Modules/ +/usr/share/cmake-*/Templates/ +/usr/share/cmake-*/include/ diff --git a/cmake-doc.pkg/control b/cmake-doc.pkg/control new file mode 100644 index 0000000..422d680 --- /dev/null +++ b/cmake-doc.pkg/control @@ -0,0 +1,8 @@ +Architecture: all +Platform: all +Depends: cmake (>= ${Source-Version}) +Description: Cross-platform, open-source build system generator - documentation + ${Common-Description} + . + This package provides documentation files for the CMake cross-platform, + open-source build system generator. diff --git a/cmake-doc.pkg/files b/cmake-doc.pkg/files new file mode 100644 index 0000000..fe6241f --- /dev/null +++ b/cmake-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/cmake-*/Help/ diff --git a/cmake.pkg/control b/cmake.pkg/control new file mode 100644 index 0000000..c74c452 --- /dev/null +++ b/cmake.pkg/control @@ -0,0 +1,12 @@ +Architecture: any +Platform: all +Depends: + cmake-data (>= ${Source-Version}), + libexpat.1, + libz.1, + libarchive.13, + libcurl.4, + libstdc++.6, + libgcc.1, +Description: Cross-platform, open-source build system generator + ${Common-Description} diff --git a/cmake.pkg/docs b/cmake.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cmake.pkg/docs diff --git a/cmake.pkg/files b/cmake.pkg/files new file mode 100644 index 0000000..bc7b689 --- /dev/null +++ b/cmake.pkg/files @@ -0,0 +1 @@ +/usr/bin/ -- cgit v0.9.1