diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-18 18:30:06 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-18 18:30:06 +0400 |
commit | a3670d70ffa57bff6eaf763f1988adfe1267dea0 (patch) | |
tree | 29dd9c43517afb67410cc06c09a272ef7cdda463 /examples/automake1.11/Makefile | |
parent | c2d55ceb45f315ed34b5aea11d317fa8ec55cdbb (diff) | |
download | cibs-a3670d70ffa57bff6eaf763f1988adfe1267dea0.tar.gz |
Example: automake (noarch)
Diffstat (limited to 'examples/automake1.11/Makefile')
-rw-r--r-- | examples/automake1.11/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/automake1.11/Makefile b/examples/automake1.11/Makefile new file mode 100644 index 0000000..68f32c6 --- /dev/null +++ b/examples/automake1.11/Makefile @@ -0,0 +1,23 @@ +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/noarch.mk + + +summary := Tool for generating GNU Standards-compliant Makefiles +license := GPL +license-file := COPYING + +# build-depends += +# build-conflicts += + +home := http://www.gnu.org/software/automake/ +name := automake +version := 1.11.6 +archive := $(name)-$(version).tar.gz +download := http://ftp.gnu.org/gnu/$(name)/$(archive) +checksum := \ + md5:0286dc30295b62985ca51919202ecfcc \ + sha1:29d7832b148e2157e03ad0d3620fbb7f5a13bc21 \ + sha256:53dbf1945401c43f4ce19c1971baecdbf8bc32e0f37fa3f49fe7b6992d0d2030 \ + size:1637926 |