diff options
| author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-24 14:48:04 +0400 |
|---|---|---|
| committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-24 14:48:04 +0400 |
| commit | 98cb3b26f4043c9a83029c21855ff61b7601e611 (patch) | |
| tree | e0e08eb9e6a168c65444dfc9751a522cb08b0ab3 /gm4 | |
| download | cibs-pkgs-98cb3b26f4043c9a83029c21855ff61b7601e611.tar.gz | |
Initial commit from cibs/examples
Diffstat (limited to 'gm4')
| -rw-r--r-- | gm4/Makefile | 26 | ||||
| -rw-r--r-- | gm4/gm4.p5m | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/gm4/Makefile b/gm4/Makefile new file mode 100644 index 0000000..393aa1c --- /dev/null +++ b/gm4/Makefile @@ -0,0 +1,26 @@ +include /usr/share/cibs/rules/ips.mk +include /usr/share/cibs/rules/archive.mk +#include /usr/share/cibs/rules/autoreconf.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 + +prefix := /usr/gnu + +build-depends += \ + pkg:/library/libsigsegv + + +home := http://www.gnu.org/software/m4/ +name := m4 +version := 1.4.16 +archive := $(name)-$(version).tar.bz2 +download := http://ftp.gnu.org/gnu/$(name)/$(archive) +checksum := \ + md5:8a7cef47fecab6272eb86a6be6363b2f \ + sha1:0390c77780ab4cd65b07fe4e2d23e4e39769f967 \ + sha256:42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c \ + size:1258362 diff --git a/gm4/gm4.p5m b/gm4/gm4.p5m new file mode 100644 index 0000000..72eb682 --- /dev/null +++ b/gm4/gm4.p5m @@ -0,0 +1,26 @@ +set name=pkg.fmri value=pkg:/developer/macro/gnu-$(name)@$(ips-version) +set name=pkg.summary value="$(summary)" +set name=info.upstream-url value="$(home)" +set name=info.source_url value="$(download)" + +license $(license-file) license=$(license) + +<transform file path=usr/gnu/bin/(.+) -> \ +emit link path=usr/bin/g%<1> target=../gnu/bin/%<1> > + +<transform file path=usr/gnu/share/man/man1/(.+) -> \ +emit link path=usr/share/man/man1/g%<1> target=../../../gnu/share/man/man1/%<1>> + + +dir path=usr +dir path=usr/gnu +dir path=usr/gnu/bin +dir path=usr/gnu/share +dir path=usr/gnu/share/man +dir path=usr/gnu/share/man/man1 +dir path=usr/share/info +file path=usr/gnu/bin/m4 +file path=usr/gnu/share/man/man1/m4.1 +file path=usr/share/info/m4.info +file path=usr/share/info/m4.info-1 +file path=usr/share/info/m4.info-2 |
