diff options
-rw-r--r-- | examples/gcc-4.4/Makefile | 5 | ||||
-rw-r--r-- | examples/gcc-4.4/cpp.p5m | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/examples/gcc-4.4/Makefile b/examples/gcc-4.4/Makefile index 947ec51..44fa77f 100644 --- a/examples/gcc-4.4/Makefile +++ b/examples/gcc-4.4/Makefile @@ -4,11 +4,6 @@ include /usr/share/cibs/rules/autotools.mk include /usr/share/cibs/rules/patch.mk include /usr/share/cibs/rules/32.mk -summary := GNU Compiler Collection -license := GPL -license-file := COPYING - - # Clean all flags cause we are building very specific stuff CFLAGS := -O2 CXXFLAGS := $(CFLAGS) diff --git a/examples/gcc-4.4/cpp.p5m b/examples/gcc-4.4/cpp.p5m index 67a0c22..dbd6c32 100644 --- a/examples/gcc-4.4/cpp.p5m +++ b/examples/gcc-4.4/cpp.p5m @@ -27,6 +27,7 @@ set name=pkg.summary value="GNU C preprocessor" set name=info.source-url value=$(download) set name=info.upstream-url value=$(home) +license COPYING3 license=GPLv3 dir path=usr dir path=usr/bin |