diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-09 22:16:41 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-09 22:16:41 +0400 |
commit | 195e5d82678abc0e49a082e6364dc8c2d32e6e84 (patch) | |
tree | 4e4ead498c68b3073b1729392b4d6588b81fdb78 /bash/Makefile | |
parent | 1da610783baf8761d61fbd90f0b37dbf74dccd17 (diff) | |
download | cibs-pkgs-195e5d82678abc0e49a082e6364dc8c2d32e6e84.tar.gz |
bash
Diffstat (limited to 'bash/Makefile')
-rw-r--r-- | bash/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bash/Makefile b/bash/Makefile new file mode 100644 index 0000000..505358a --- /dev/null +++ b/bash/Makefile @@ -0,0 +1,20 @@ +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/64.mk + +summary := the shell +license := GPL +license-file := COPYING + + +name := bash +home := http://www.gnu.org/software/$(name)/ +version := 4.2 +archive := $(name)-$(version).tar.gz +download := http://ftp.gnu.org/gnu/$(name)/$(archive) +checksum := \ + md5:3fb927c7c33022f1c327f14a81c0d4b0 \ + sha1:487840ab7134eb7901fbb2e49b0ee3d22de15cb8 \ + sha256:a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 \ + size:7009201 |