diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-03 12:39:18 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-03 12:39:18 +0400 |
commit | f0815458d8c5f2e2ee45fdedc533a7a9a732a9a1 (patch) | |
tree | 1f18f12fe5028bb82573425618e7d389e75aa99c /examples/gawk/Makefile | |
parent | c110a25a30f6e56e3843ab47d809b51fa6a7adf9 (diff) | |
download | cibs-f0815458d8c5f2e2ee45fdedc533a7a9a732a9a1.tar.gz |
+ gawk
Diffstat (limited to 'examples/gawk/Makefile')
-rw-r--r-- | examples/gawk/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/gawk/Makefile b/examples/gawk/Makefile new file mode 100644 index 0000000..6c0f66e --- /dev/null +++ b/examples/gawk/Makefile @@ -0,0 +1,25 @@ +include /usr/share/cibs/rules/ips.mk +include /usr/share/cibs/rules/archive.mk +include /usr/share/cibs/rules/autotools.mk +include /usr/share/cibs/rules/32.mk + +summary := GNU implementation of the traditional Unix macro processor +license := GPL +license-file := COPYING + +build-depends += \ + pkg:/library/libsigsegv \ + pkg:/library/readline \ + pkg:/compress/xz + + +name := gawk +home := http://www.gnu.org/software/$(name)/ +version := 4.0.1 +archive := $(name)-$(version).tar.xz +download := http://ftp.gnu.org/gnu/$(name)/$(archive) +checksum := \ + md5:a601b032c39cd982f34272664f8afa49 \ + sha1:9be956d124e0c0794836055846aea78d2dc547ad \ + sha256:ae0cb9a0ac80686df316fcd126d0da7d1fb6a0acfe043320511c1f212f2ecb47 \ + size:1612448 |