Added msieve

This commit is contained in:
Andrew Dutcher 2015-05-15 16:10:24 -07:00
parent f5b67a7adb
commit c6c59aa13c

9
msieve/install Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash -e
mkdir bin
wget -O msieve.tar.gz http://sourceforge.net/projects/msieve/files/latest/download
tar -xf msieve.tar.gz
cd msieve-*
make all
cp msieve ../bin