diff options
author | P. J. McDermott <pjm@nac.net> | 2012-06-21 02:03:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-21 02:03:31 (EDT) |
commit | 9013caa232468f7a5feb5f77ebee6891fc17aed3 (patch) | |
tree | acf1b6e0619361ccbd2c68f9db8e84ec60613346 /cpp.pkg |
Initial commit.gcc-defaults/0.1
Diffstat (limited to 'cpp.pkg')
-rw-r--r-- | cpp.pkg/control | 8 | ||||
-rw-r--r-- | cpp.pkg/install | 0 |
2 files changed, 8 insertions, 0 deletions
diff --git a/cpp.pkg/control b/cpp.pkg/control new file mode 100644 index 0000000..043896a --- /dev/null +++ b/cpp.pkg/control @@ -0,0 +1,8 @@ +Package: cpp +Architecture: all +Depends: cpp-4.6 (>= 4.6.2-1) +Description: GNU C preprocessor + The GNU C preprocessor is a macro processor that is used automatically + by the GNU C compiler to transform programs before actual compilation. + . + This package depends on the default version of the GNU C preprocessor. diff --git a/cpp.pkg/install b/cpp.pkg/install new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cpp.pkg/install |