diff options
Diffstat (limited to 'cpp.pkg.in')
-rw-r--r-- | cpp.pkg.in/control | 8 | ||||
-rw-r--r-- | cpp.pkg.in/files | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/cpp.pkg.in/control b/cpp.pkg.in/control new file mode 100644 index 0000000..77f5842 --- /dev/null +++ b/cpp.pkg.in/control @@ -0,0 +1,8 @@ +Architecture: @PKG_TARGET_ARCH@ +# Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@ +Platform: all +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends} +Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}) +Description: GNU C preprocessor for @PKG_TARGET_ARCH@ + A macro processor that is used automatically by the C compiler to transform + programs before actual compilation. diff --git a/cpp.pkg.in/files b/cpp.pkg.in/files new file mode 100644 index 0000000..29003aa --- /dev/null +++ b/cpp.pkg.in/files @@ -0,0 +1,2 @@ +/usr/bin/*cpp-* +/usr/lib/*/*/gcc-*/cc1 |