Ignore:
Timestamp:
08/03/18 13:17:46 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
a384a97
Parents:
981dbbc (diff), 1163be4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'gcc484'

File:
1 moved

Legend:

Unmodified
Added
Removed
  • npl/mailserver/kopano_dspam/kopano_dspam.SlackBuild

    r981dbbc rce9f9b3  
    55set -e
    66#Name of the Syn-3 package that we are going to create
    7 NAME=zarafa_spamd
     7NAME=kopano_dspam
    88
    99
    10 git clone git://github.com/psy0rz/zarafa-spamd.git
    11 cd zarafa-spamd
     10git clone git://github.com/psy0rz/kopano-dspam.git
     11cd kopano-dspam
    1212python setup.py install --root=/tmp/pkg
    1313
    1414mkdir -p /tmp/pkg/usr/bin
    15 cp zarafa-spamd /tmp/pkg/usr/bin
     15cp kopano-dspam /tmp/pkg/usr/bin
    1616chmod +x /tmp/pkg/usr/bin/*
    1717
Note: See TracChangeset for help on using the changeset viewer.