Skip to content

Instantly share code, notes, and snippets.

@abscondment
Created March 29, 2012 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abscondment/2242547 to your computer and use it in GitHub Desktop.
Save abscondment/2242547 to your computer and use it in GitHub Desktop.
clamz 0.5
sudo apt-get install libcurl4-openssl-dev libexpat1-dev libgcrypt11-dev
tar xvzf clamz-0.5.tar.gz
cd clamz-0.5
./configure
make
sudo checkinstall -D -y --fstrans=no --nodoc --pkgname='clamz' --pkgversion='0.5' --provides='clamz' --requires='libcurl4-openssl-dev,libexpat1-dev,libgcrypt11-dev' --maintainer='brendan.ribera@gmail.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment