summaryrefslogtreecommitdiffstats
path: root/cpp.pkg/control
diff options
context:
space:
mode:
authorP. 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)
commit9013caa232468f7a5feb5f77ebee6891fc17aed3 (patch)
treeacf1b6e0619361ccbd2c68f9db8e84ec60613346 /cpp.pkg/control
Initial commit.gcc-defaults/0.1
Diffstat (limited to 'cpp.pkg/control')
-rw-r--r--cpp.pkg/control8
1 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.