aboutsummaryrefslogtreecommitdiff
path: root/examples/gm4/gm4.p5m
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-19 13:02:54 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-19 13:05:12 +0400
commit3e567218b60d7f885e769e1a2a07d84d38f11c13 (patch)
treef43668e026c492f304f4c827fc4b567ca85b1963 /examples/gm4/gm4.p5m
parentfdcf880b3c8c67f08453f553474a551e9707d29d (diff)
downloadcibs-3e567218b60d7f885e769e1a2a07d84d38f11c13.tar.gz
Update examples
Diffstat (limited to 'examples/gm4/gm4.p5m')
-rw-r--r--examples/gm4/gm4.p5m26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/gm4/gm4.p5m b/examples/gm4/gm4.p5m
deleted file mode 100644
index 72eb682..0000000
--- a/examples/gm4/gm4.p5m
+++ /dev/null
@@ -1,26 +0,0 @@
-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