summaryrefslogtreecommitdiffstats
path: root/gcc.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'gcc.pkg')
-rw-r--r--gcc.pkg/control7
-rw-r--r--gcc.pkg/install4
2 files changed, 11 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.
diff --git a/gcc.pkg/install b/gcc.pkg/install
new file mode 100644
index 0000000..809f9e3
--- /dev/null
+++ b/gcc.pkg/install
@@ -0,0 +1,4 @@
+/usr/bin/c89
+/usr/bin/c99
+/usr/share/man/man1/c89.1
+/usr/share/man/man1/c99.1