source:
npl/mailserver/imapsync/imapsync.SlackBuild
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 177 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | mkdir -p /tmp/pkg/bin |
3 | cp imapsync /tmp/pkg/bin |
4 | chmod +x /tmp/pkg/bin/imapsync || exit 1 |
5 | |
6 | #make main package |
7 | syn3_makepkg /tmp/pkg imapsync 1.267 noarch || exit 1 |
8 | |
9 | |
10 |
Note: See TracBrowser
for help on using the repository browser.