This is a darcs archive for the Pure Data Packet project.

To make a local copy of the repositiory do:

  darcs get --partial http://zwizwa.be/darcs/pdp
  cd pdp
  . bootstrap
  ./configure && make

To get updates later, cd to the pdp directory and do:

  darcs pull -a
  cd pdp
  . bootstrap
  ./configure && make