source: npl/mailserver/imapsync/imapsync.SlackBuild @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 177 bytes
Line 
1#!/bin/bash
2mkdir -p /tmp/pkg/bin
3cp imapsync /tmp/pkg/bin
4chmod +x /tmp/pkg/bin/imapsync || exit 1
5
6#make main package
7syn3_makepkg /tmp/pkg imapsync 1.267 noarch || exit 1
8
9
10
Note: See TracBrowser for help on using the repository browser.