source: npl/mailserver/netqmail_conf/netqmail_conf.SlackBuild @ c9755c3

perl-5.22
Last change on this file since c9755c3 was 4f7cda5, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

upgrade to netqmail 1.06 with Roberto Puzzanghera's patch (http://notes.sagredo.eu/en/qmail-notes-185/patching-qmail-82.html)

  • Property mode set to 100755
File size: 368 bytes
RevLine 
[4f7cda5]1#!/bin/bash
2
3#######Essential package info.
4#Change these if autodetection fails.
5
6#Name of the Syn-3 package that we are going to create
7NAME=`basename $0|sed 's/.SlackBuild//'`
8
9VER=7.1
10
11ARCH=noarch
12
13
14mkdir /tmp/pkg
15cp -r root/* /tmp/pkg || exit 1
16find /tmp/pkg -name .svn -exec rm -r "{}" \;
17
18
19#make main package
20syn3_makepkg /tmp/pkg $NAME $VER $ARCH || exit 1
21
22
Note: See TracBrowser for help on using the repository browser.