depends perl-gtk2  &&
depends lwp  &&

if [ $TELLICO_IMPORT = 'y' ]; then
  depends  archive-zip &&
  depends  xml-simple
else
  if [ $DVDPROFILER_IMPORT = 'y' ]; then
    depends  xml-simple
  fi
fi  &&

if [ $TARGZ_SUPPORT = 'y' ]; then
  depends archive-tar &&
  depends  compress-zlib
fi
