crypto++_cm() {
|
|
unzip $archdir/cryptopp${ver//.}.zip -d crypto++
|
|
cd crypto++
|
|
make `eval $makeopt`
|
|
make `eval $makeopt $makeinstopt` install
|
|
}
|
|
autoextract=0
|
|
custmain=c"rypto++_cm"
|