Ignore:
Timestamp:
11/15/18 10:09:21 (6 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
perl-5.22
Children:
f8776d2
Parents:
2ac0039
Message:

update/rebuild all perl stuff to 5.22. split up packages

Location:
npl/perl/perlmod_Archive_Zip
Files:
7 added
2 moved

Legend:

Unmodified
Added
Removed
  • npl/perl/perlmod_Archive_Zip/perlmod_Archive_Zip.SlackBuild

    r2ac0039 r8662849  
    11#!/bin/bash
    22#DEP:perl
    3 #DEP:perlmod_Compress_Zlib
    4 #DEP:tar
     3#DEP:perlmod_Test_MockModule
     4#DEP:perlmod_SUPER
    55
    66#Standaard script voor Syn-3 perlmodules.
     
    1414        TARDIR=`echo $TAR|sed 's/.tar.gz//'` || exit 1
    1515        VER=`echo $TARDIR|sed 's/.*-//'` || exit 1
    16         NAME=perlmod_`echo $TARDIR| sed 's/-[^-]*$//' | sed 's/-/_/'` || exit 1
     16        NAME=perlmod_`echo $TARDIR| sed 's/-[^-]*$//' | sed 's/-/_/g'` || exit 1
    1717       
    1818        rm -r $PKGROOT 2>/dev/null
Note: See TracChangeset for help on using the changeset viewer.