Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New external: p5-compress-zlib.
  • Loading branch information
David Abdurachmanov committed Sep 10, 2012
1 parent 0293335 commit e618c27
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions p5-compress-zlib-toolfile.spec
@@ -0,0 +1,21 @@
### RPM external p5-compress-zlib-toolfile 1.0
Requires: p5-compress-zlib

%prep

%build

%install

mkdir -p %i/etc/scram.d
cat << \EOF_TOOLFILE >%i/etc/scram.d/p5-compress-zlib.xml
<tool name="p5-compress-zlib" version="@TOOL_VERSION@">
<client>
<environment name="P5_COMPRESS_ZLIB_BASE" default="@TOOL_ROOT@"/>
</client>
<runtime name="PERL5LIB" value="$P5_COMPRESS_ZLIB_BASE/lib/perl5" type="path"/>
<use name="p5-extutils-makemaker"/>
</tool>
EOF_TOOLFILE

## IMPORT scram-tools-post

0 comments on commit e618c27

Please sign in to comment.