summaryrefslogtreecommitdiffstats
path: root/gcc.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 /gcc.pkg/control
Initial commit.gcc-defaults/0.1
Diffstat (limited to 'gcc.pkg/control')
-rw-r--r--gcc.pkg/control7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc.pkg/control b/gcc.pkg/control
new file mode 100644
index 0000000..b01803c
--- /dev/null
+++ b/gcc.pkg/control
@@ -0,0 +1,7 @@
+Package: gcc
+Architecture: all
+Depends: cpp (>= 0.1), gcc-4.6 (>= 4.6.2-1)
+Description: GNU C compiler
+ This is the GNU C compiler, a fairly portable optimizing compiler for C.
+ .
+ This package depends on the default version of the GNU C compiler.