mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
187 B

  1. crypto++_cm() {
  2. unzip $archdir/cryptopp${ver//.}.zip -d crypto++
  3. cd crypto++
  4. make `eval $makeopt`
  5. make `eval $makeopt $makeinstopt` install
  6. }
  7. autoextract=0
  8. custmain=c"rypto++_cm"