diff options
| author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-03 19:01:30 +0400 |
|---|---|---|
| committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-03 19:01:30 +0400 |
| commit | 8ce8d223a716e16cd3ffd3aaa04d4dee7d35d4dd (patch) | |
| tree | df24ae9285d42b32bf3f9b74e0142a4e36b6f5f0 /binutils/Makefile | |
| parent | 7a067c659745b5cd1cc33767cc4d554b40885a5c (diff) | |
| download | cibs-pkgs-8ce8d223a716e16cd3ffd3aaa04d4dee7d35d4dd.tar.gz | |
GNU binutils 2.22+
Diffstat (limited to 'binutils/Makefile')
| -rw-r--r-- | binutils/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/binutils/Makefile b/binutils/Makefile new file mode 100644 index 0000000..a4d2129 --- /dev/null +++ b/binutils/Makefile @@ -0,0 +1,27 @@ +include /usr/share/cibs/rules/ips.mk +include /usr/share/cibs/rules/patch.mk +include /usr/share/cibs/rules/archive.mk +include /usr/share/cibs/rules/autotools.mk +include /usr/share/cibs/rules/64.mk + +summary := GNU collection of binary tools, including the GNU linker and the GNU assembler +license := GPL v3+ +license-file := COPYING3 + +prefix = /usr/gnu + +PATH := /usr/perl5/bin:$(PATH) + +build-depends += \ + flex + +name := binutils +home := http://www.gnu.org/software/$(name)/ +version := 2.22 +archive := $(name)-$(version).tar.bz2 +download := http://ftp.gnu.org/gnu/$(name)/$(archive) +checksum := \ + md5:ee0f10756c84979622b992a4a61ea3f5 \ + sha1:65b304a0b9a53a686ce50a01173d1f40f8efe404 \ + sha256:6c7af8ed1c8cf9b4b9d6e6fe09a3e1d3d479fe63984ba8b9b26bf356b6313ca9 \ + size:19973532 |
