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/gperf/Makefile | |
parent | fdcf880b3c8c67f08453f553474a551e9707d29d (diff) | |
download | cibs-3e567218b60d7f885e769e1a2a07d84d38f11c13.tar.gz |
Update examples
Diffstat (limited to 'examples/gperf/Makefile')
-rw-r--r-- | examples/gperf/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/gperf/Makefile b/examples/gperf/Makefile deleted file mode 100644 index 6d3ca23..0000000 --- a/examples/gperf/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -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/32.mk - -summary := GNU implementation of the traditional Unix macro processor -license := GPL -license-file := COPYING - - -name := gperf -home := http://www.gnu.org/software/$(name)/ -version := 3.0.4 -archive := $(name)-$(version).tar.gz -download := http://ftp.gnu.org/gnu/$(name)/$(archive) -checksum := \ - md5:c1f1db32fb6598d6a93e6e88796a8632 \ - sha1:e32d4aff8f0c730c9a56554377b2c6d82d0951b8 \ - sha256:767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e \ - size:983500 |