Differences From Artifact [82677bde0b]:
- File pkgs/binutils — part of check-in [ae6503b810] at 2014-11-04 03:36:11 on branch packages — Added binutils package (user: rkeene, size: 197) [annotate] [blame] [check-ins using]
To Artifact [c2b1e3701b]:
- File pkgs/binutils — part of check-in [76afe82d98] at 2014-11-04 04:23:32 on branch packages — Added support for prerequisities (user: rkeene, size: 212) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 | + | #! /usr/bin/env bash version=2.24 url="http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.gz" domain=core.appfs.rkeene.org sha256='4930b2886309112c00a279483eaef2f0f8e1b1b62010e0239c16b22af7c346d4' require=(zlib) |