diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-13 19:24:47 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-13 19:24:47 +0400 |
commit | ce71d5f785221c20d64a5042257dfd97ac5a3c12 (patch) | |
tree | 78d3e5cfcec0ba3ed914671270789577ca28f08a /diffutils/Makefile | |
parent | 48d839ac6fee9e6dc0d2ce0e7c2e58219fe21d60 (diff) | |
download | cibs-pkgs-ce71d5f785221c20d64a5042257dfd97ac5a3c12.tar.gz |
GNU diffutils
Diffstat (limited to 'diffutils/Makefile')
-rw-r--r-- | diffutils/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/diffutils/Makefile b/diffutils/Makefile new file mode 100644 index 0000000..5fe1373 --- /dev/null +++ b/diffutils/Makefile @@ -0,0 +1,27 @@ +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 := Patch takes a patch file containing a difference listing produced \ + by the diff program and applies those differences to one \ + or more original files, producing patched versions. +license := GPL +license-file := COPYING + +prefix := /usr/gnu + +build-depends += \ + pkg:/compress/xz + + +name := diffutils +home := http://www.gnu.org/software/$(name)/ +version := 3.2 +archive := $(name)-$(version).tar.xz +download := http://ftp.gnu.org/gnu/$(name)/$(archive) +checksum := \ + md5:26ff64c332429c830c154be46b393382 \ + sha1:59b9742e96e2512d4d6f9af7964d71b6ea5a9ef0 \ + sha256:ab4fb75d0ef35f3c8c9a148cd3526ba6f4db71d10467a041eb45006436079149 \ + size:1148036 |