pidgin/purple-plugin-pack

Comment out unfinished code that's throwing compiler warnings
option('purple-version', type : 'combo', choices : ['2', '3'], default : '2',
description : 'set to 3 to compile against libpurple3')
option('types', type : 'string', default : 'default',
description : 'comma-separated list of plugin types to build: default, abusive, incomplete, or all')
option('debug', type : 'boolean', default : false,
description : 'compile with debugging support')
option('nls', type : 'boolean', default : true,
description : 'enable installation of translation files')