diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-19 13:02:54 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-19 13:05:12 +0400 |
commit | 3e567218b60d7f885e769e1a2a07d84d38f11c13 (patch) | |
tree | f43668e026c492f304f4c827fc4b567ca85b1963 /examples/coreutils/Makefile | |
parent | fdcf880b3c8c67f08453f553474a551e9707d29d (diff) | |
download | cibs-3e567218b60d7f885e769e1a2a07d84d38f11c13.tar.gz |
Update examples
Diffstat (limited to 'examples/coreutils/Makefile')
-rw-r--r-- | examples/coreutils/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/coreutils/Makefile b/examples/coreutils/Makefile new file mode 100644 index 0000000..1768b32 --- /dev/null +++ b/examples/coreutils/Makefile @@ -0,0 +1,26 @@ +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 basic file, shell and text manipulation utilities of the GNU operating system +license := GPL +license-file := COPYING + +prefix := /usr/gnu + +build-depends += \ + pkg:/compress/xz \ + pkg:/library/gmp + + +name := coreutils +home := http://www.gnu.org/software/$(name)/ +version := 8.20 +archive := $(name)-$(version).tar.xz +download := http://ftp.gnu.org/gnu/$(name)/$(archive) +checksum := \ + md5:3d69af8f561fce512538a9fe85f147ff \ + sha1:b120f138758100060333c2ed207ee276dd318980 \ + sha256:dbcb798764827a0f74be738662ecb516705cf520330cd3d7b2640fdffa499eb2 \ + size:5273788 |